Skip to content

IllinoisLabs/spots-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spots API

“Talk is cheap. Show me the code.” - Linus Torvalds

Getting Started (Locally)

  1. Run python3 -m pip install -r requirements.txt to install necessary packages.
  2. Acquire .env file from Admin (Davis / Siraj), place in app root.
  3. Run python3 main.py to start the Flask server on http://localhost:8000.

Tests

Run pytest

API Interface

Endpoints

GET /api/spots
POST /api/spots
GET /api/spots/:id
PUT /api/spots/:id
DELETE /api/spots/:id

Spot Object

_id : String
name : String
description : String

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages