/new-project

Primary LanguagePythonApache License 2.0Apache-2.0

Project Name

Write a small description of your project

This project was built as a part ot PythonToProject Bootcamp

Feature list

Architecture/Flow Diagram

API Design

List all the APIs it's methods, request and response params

Add the API table here

DB Design Diagram

Add the DB design table here

Coding Issues and Learning

Deployment Instructions

Repo Setup

Add How to setup and run your app This is what you will use to deploy your app, so create a seperate requirements.txt file here

  1. Create a copy of .env.example file
  2. Rename it to .env
  3. Add a sqlite url DATABASE_URL="sqlite:////tmp/test.db"