This repo is the backend used for the site PeeP: https://peeep.netlify.app/. It is used to store users info, and posts created by users. It utulizes PostgreSQL for its database. It is deployed through heroku and utulizes aws to store images.
- Python
- Django
- PostgreSQL
- AWS
fork and clone this repository
$ git clone https://github.com/Peep-Coders/PeeP-BackEnd.git
$ cd PeeP-BackEndcreate a virtual enviornment to install dependencies in
$ pipenv shellinstall dependencies
$ pipenv install -r requirements.txt- Source code: https://github.com/Peep-Coders/PeeP-BackEnd
- Submit an Issue: https://github.com/Peep-Coders/PeeP-BackEnd/issues



