Skip to content

wpivis/SumSifter-API

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published