Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 453 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 453 Bytes

SumSifter API

This project hosts API for SumSifter project.

Project Setup

  1. Create a virtual environment named 'venv'
python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the required packages
pip install -r requirements.txt
  1. Create a .env file by copying the contents from .env.example

Running the App

To run the server locally, execute dev.sh

./dev.sh