bhrott / python-flask-api-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Flask Api Poc

Setup

After clone this project, follow these steps:

Adding .env file

Create a file named .env in the root of the project with this content:

DB_CONNECTION=mongodb://localhost:27017/
JWT_SECRET=your-secret-hash-here
ENV_NAME=local

Installing the dependencies

In the terminal, run:

pip install -r requirements.txt

Running the database

This project uses mongodb as database. If you don't have mongodb installed in your machine, you can install or use with the docker compose.

Tech

About


Languages

Language:Python 99.8%Language:Makefile 0.2%