- About the Project
- Getting Started
- Running the app
- Deployment
- Documentation
- Migrations
- License
- Contact
Epigram is an Instagram-like allows yout to post, like and share photos!
Api of the app project.
- Python ^3.6.9
Create virtual environment
py -m venv envActivate virtual environment
.\env\Scripts\Activate.ps1 # PowerShell
source env/Scripts/activate # LinuxInstall required python packages
pip install -r requirements.txtRun server
py manage.py runserverThis project is link with an Heroku application, pushing to master will trigger an auto-deployment :
The code is documented using a Swagger that you can browse at the /swagger endpoint
Create migrations
py manage.py makemigrationsApply migrations
py manage.py migrateDistributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/EpiReactNative/back
Swagger url http://localhost:8000/api/swagger