Skip to content

avanaaap/zothacks-2023-backend-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZotHacks 2023 Intro to Backend Workshop

Running on: https://zothacks-2023-backend.onrender.com/

Setup

  1. Clone this repository to your local computer
  2. Create a virtual environment in the root directory of this repository
  3. Activate the virtual environment by running. If you're using VSCode, check out this link: https://code.visualstudio.com/docs/python/environments
  4. Install the requirements.txt file by running pip install -r requirements.txt

Optional:

  1. Install Insomnia to test your API endpoints. insomnia.json is included in this repository that you can import into Insomnia.

Running the server locally

Run uvicorn main:app --reload in the root directory of this repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%