Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EpiReactNative/back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epigram - back

Table of Contents

About The Project

Epigram is an Instagram-like allows yout to post, like and share photos!

Api of the app project.

Built With

Getting Started

Prerequisites

Installation

Create virtual environment

py -m venv env

Activate virtual environment

.\env\Scripts\Activate.ps1 # PowerShell
source env/Scripts/activate # Linux

Install required python packages

pip install -r requirements.txt

Running the app

Run server

py manage.py runserver

Deployment

This project is link with an Heroku application, pushing to master will trigger an auto-deployment :

Documentation

The code is documented using a Swagger that you can browse at the /swagger endpoint

Migrations

Create migrations

py manage.py makemigrations

Apply migrations

py manage.py migrate

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/EpiReactNative/back
Swagger url http://localhost:8000/api/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published