mauriciovander / OBM-assignment

Software assignment from OBM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBM-assignment

Create a virtual environment and install dependencies

python3 -m venv env
source env/bin/activate 
pip install --upgrade pip
pip install -r requirements.txt

Scripts folder

Create Database: ./scripts/createdb.sh

Create and run migrations ./scripts/migrate.sh

Create Superuser ./scripts/createadmin.sh

Run application ./scripts/runserver.sh

Routes:

API Documentation

https://documenter.getpostman.com/view/399359/S1ZuerHk?version=latest

About

Software assignment from OBM


Languages

Language:Python 95.9%Language:Shell 4.1%