A fully functional food ordering app integrated with SWIGGY's real-world API and the Stripe payment gateway.
- git clone "https://github.com/krish-98/soul-heat.git"
- Open it on your favorite IDE
- Then open up two terminals side by side
cd ./api
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev
cd ./client
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev
- React.js
- Redux
- TailwindCSS
- TypeScript
- Node.js
- Express.js
- MongoDB + Mongoose ORM
- Firebase
- Stripe