Skip to content

Backend API's for food delivery application created using Nodejs, ExpressJs, Redis, MongoDB, Typescript, etc.

Notifications You must be signed in to change notification settings

Abhisek0721/foodhostel-backend

Repository files navigation

Foodhostel Backend

How to Run ?

To run this api: Step-1

npm install

Step-2

npm run dev

Environment Variables

The following environment variables can be set to configure the project:

{
  "PORT": 3000,

  "SERVER_URL": "http://localhost:3000",

  "CLIENT_URL": "http://localhost:8080",

  "MONGO_URI": "MONGODB ATLAS URI",

  "AES_SECRET": "gsoifhkmnx0wqqbhbxzmbwe",

  "SESSION_SECRET": "pwegpbpqxzslgfamnx",

  "REDIS_PASSWORD": "REDIS PASSWORD",

  "REDIS_HOST": "localhost",

  "REDIS_PORT": 6379,

  "REDIS_URL": "external redis url",

  "RAZORPAY_KEY_ID": "rzp_test_74l7fOTJq7OZMi",

  "RAZORPAY_KEY_SECRET": "pmBAe8uuVMZzWvdj5xCnzkZM"
}

API Documentation

Link mentioned below provides the API documentation:

About

Backend API's for food delivery application created using Nodejs, ExpressJs, Redis, MongoDB, Typescript, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages