Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 660 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 660 Bytes

Green Oases Backend

Green Oases a greener planet abetter home.


Setup

Prerequisites

  • Python 3.11>>
  • MongoDB
  • Mysql
  • Steps

  • Clone repo from GitHub
    git clone https://github.com/JisortTechnologies/jisort_backend.git
  • Create a virtual environment
  • python -m venv goenv
  • Install requirements via pip
  • pip install -r requirements.txt
  • Setup DB
  • Run server
  • flask run

    Hooray server running on http://127.0.0.1:5000

  • Now you can start testing the endpoints on postman