Giter Site home page Giter Site logo

doggos's Introduction

doggos 🐶

This is a small web application that allows you to share your furry friend with others. For the frontend, it uses Vue.js and for the backend it uses the FastAPI micro-framework.

Server

To get the server up and running, follow these steps:

  1. Make sure you have Python installed
  2. cd into the backend folder:
    cd backend
  3. Create a virtual environment:
    $ python3 -m venv venv
  4. Use the virtual environment you just created to install the dependencies:
    $ source venv/bin/activate
    $ pip install -r requirements.txt
  5. Start the server:
    $ uvicorn app:app --reload

Client

To get the client up and running, follow these steps:

  1. cd into the frontend folder:
    $ cd frontend
  2. Install the dependencies using either yarn or npm
    $ yarn install
    or
    $ npm install
  3. Start the server:
    $ yarn dev
    or
    $ npm dev
  4. Add some dogos 🐕

Contributions

If you would like to contribute to this project, feel free to do so by opening a pull request :)

doggos's People

Contributors

cameronthecoder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.