CoTripper: an app to facilitate organized group travel experiences for single-mothers. This repository is dedicated to the backend functionality that covers user authentication, connecting to frontend for functionality, and keep a database for topics, trip information, etc.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For setup and installation instructions, see the readmes for the API and Client:
In order to ensure that CORS works properly, install CORS into your browser
You will need the following installed locally on your machine:
We use Prettier
for JavaScript and autopep8
for Python. Ensure both are installed and
your editor is set to automatically format on save.
Poorly formatted code will not be merged.
- Frontend: https://cotripper.netlify.com/
- Backend: https://cotripper-api.herokuapp.com/
- Python
- Django
- PostgreSQL
- Topic
- City
Please read CONTRIBUTING.md for details on the process for submitting pull requests.