Skip to content

Instantly share code, notes, and snippets.

@kelvinndmo
Created June 4, 2020 14:18
Show Gist options
  • Save kelvinndmo/cf096bae543f62b3a28d6191c9a86e4c to your computer and use it in GitHub Desktop.
Save kelvinndmo/cf096bae543f62b3a28d6191c9a86e4c to your computer and use it in GitHub Desktop.

license

Name of Project

  • description

Required Features

Additional Features

Prerequisite

Technologies & Languages

Project management (Agile) https://www.pivotaltracker.com

Version control (Git) https://git-scm.com/

Version control (Flask) https://flask.palletsprojects.com/en/1.1.x/

Version control (Python) https://www.python.org/

Installation and Setup

Clone the repository below

git clone https://github.com/{username}/{repo_name}.git

Create and activate a virtual environment

virtualenv venv --python=python3.6

source venv/bin/activate

Install required Dependencies

pip install -r requirements.txt

Copy environment variable

cp env.sample .env

Load/refresh .environment variables

source .env

Running the application

python manage.py server

Endpoints Available

  • update your available endpoints
Method Endpoint Description Roles
POST /auth/signup sign up a user users
POST /auth/login log in a user users

License

MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment