/backend

backend for green cart

Primary LanguageJupyter Notebook

PRODUCTION URL:-

https://greencartapi-vij805jw.b4a.run/docs


Getting Started

These instructions will help you run the Fast API application locally on your machine.

Prerequisites

Before you begin, make sure you have the following installed:

-> Python 3.11

Clone and Setup

Use the following commands to clone the project, navigate to the project directory, getting the dependencies and then finally running the FastAPI application locally.

  1. git clone https://github.com/ishar19/backend.git
  2. cd backend
  3. pip install -r requirements.txt
  4. uvicorn app.main:app --host 0.0.0.0 --port 80

Test Endpoints

You can then check out the localhost URL for testing the endpoints.