“Talk is cheap. Show me the code.” - Linus Torvalds
- Run
python3 -m pip install -r requirements.txt
to install necessary packages. - Acquire
.env
file from Admin (Davis / Siraj), place in app root. - Run
python3 main.py
to start the Flask server on http://localhost:8000.
Run pytest
GET /api/spots
POST /api/spots
GET /api/spots/:id
PUT /api/spots/:id
DELETE /api/spots/:id
_id : String
name : String
description : String