Skip to content

A feature-rich food ordering application built using the MERN stack with seamless payment integration via Stripe.

Notifications You must be signed in to change notification settings

krish-98/soul-heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Soul Heat

A fully functional food ordering app integrated with SWIGGY's real-world API and the Stripe payment gateway.

soulheat screenshot


How to run locally

To run the Server (on the 1st terminal)

cd ./api
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev

To run the client (on the 2nd terminal)

cd ./client
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev

Tech Stack

  1. React.js
  2. Redux
  3. TailwindCSS
  4. TypeScript
  5. Node.js
  6. Express.js
  7. MongoDB + Mongoose ORM
  8. Firebase
  9. Stripe

About

A feature-rich food ordering application built using the MERN stack with seamless payment integration via Stripe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages