hussu010 / Backend-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

REST API for Resturant-Self-Order.

Project Setup

Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a GitHub Issue or reach out @Hussu or @Sazid Ahmed on slack.

Activate Your Virtual Environment.

Clone the repo:

git clone https://github.com/Restaurants-Self-Order/Backend.git

Install required packages:

pip3 install -r requirements.txt

Rename the .env.example file to .env and put your email and app password to the fields to send emails.

To check styling:

flake8 --config=.flake8 config v1

API Documentation

Visit here : Restaurants-Self-Order#83

Integration with Frontend

Visit here : Restaurants-Self-Order#84

About

License:MIT License


Languages

Language:Python 99.7%Language:HTML 0.2%Language:Shell 0.1%