Blinkit is an Indian instant delivery service. It was founded in December 2013 by Albinder dhindsa and is based out of Gurgaon.deliver the items to the consumer within 10 minutes. We successfully build the clone of this website in 4day of time span Build the Database with Mongodb and used Api request to fetch data from database. Also Added authentication and validation functionality.
Blinkit is an Indian instant delivery service. It was founded in December 2013 and is based out of Gurgaon. Customers of the company use a mobile application to order groceries and essentials online. Blinkit’s employees then secure the items from their warehouse and deliver the items to the consumer within 10 minutes.
I worked on this project during unit4 contruct week at Masai School with the help of other two team members.
MongoDb,Nodejs, Expressjs , JavaScript,Bootstrap,HTML,CSS
To deploy this project run
npm run build
https://blinkit-clone-backend.herokuapp.com/
here you can we created MVC model for the project Which made our code organised and easy to locate.
login and signup page with user Authentication and validation
Cart page with product Details and total amount of all the cart Product with coupoun code"masai30"
A barebones Node.js app using Express 4.
This application supports the Getting Started on Heroku with Node.js article - check it out.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: