Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

The backend web server which serves a REST API for dogfinder-app

License

Notifications You must be signed in to change notification settings

animal-locator-drone/dogfinder-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogfinder-backend

The backend web server which serves a REST API for dogfinder-app

Setup and Running

Prerequisites

  1. Install python 3.6+ for your system preferably latest stable version of python
  2. Get the code
    1. https://github.com/animal-locator-drone/dogfinder-backend.git
  3. cd into the folder
    1. cd dogfinder-backend
  4. Setup a venv and activate it
    1. python -m venv .venv
    2. source .venv/bin/activate
      1. You will need to rerun this in each new terminal unless you automate with VScode
  5. Install dependencies with pip
    1. pip install -r requirements.txt

Running

  1. Activate the venv (see Prerequisites 4.2)
  2. Run the web server with auto reload
    1. uvicorn main:app --reload

Contributing

  1. Read the documentation it has an excellent tutorial for beginners.
    1. https://fastapi.tiangolo.com/tutorial/

About

The backend web server which serves a REST API for dogfinder-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages