peAk-backend Application
Team Name: 1260
This project will provide RESTful API to serve as a backend for its associated application peAk. This project and the peAk app are still in early development stages, but their respective teams are collaboating to define an MVP and model relationships between the front end and back end projects.
- Clone this repo
- Create a virtual environment:
pipenv shell
- Install dependencies:
pipenv install -r requirement.txt
- Create a .env file (more details to come)
- Run the development server:
python3 manage.py runserver 0.0.0.0:8000
-Requires Python >= 3.6, Django, PostgreSQL
api/v1/resort/
: List resortsapt/v1/resort/<id>
: Retrieve a specific resort by idapi/v1/user/<id>
: Retrive a specific user by idapi/v1/team/<id>
: Retrieve a specific team by idapi/v1/resort/<resort_id>/team/
: Retrieve a list of teams at resort with idapi/v1/team/
: Retrieve a list of teams