Blinkit clone backend

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.

Logo

Blinkit-clone-Backend

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.

Tech Stack used in this Project

MongoDb,Nodejs, Expressjs , JavaScript,Bootstrap,HTML,CSS

Deployment

To deploy this project run

  npm run build

Deployment Link

https://blinkit-clone-backend.herokuapp.com/

Collaborators

Screenshots

Mvc Model
here you can we created MVC model for the project Which made our code organised and easy to locate.

Login page
login and signup page with user Authentication and validation

cart page
Cart page with product Details and total amount of all the cart Product with coupoun code"masai30"

Features

  • User login Signup Authentication and Validation
  • Used MongoDb for storing Data
  • Created Api and Api request to get Data
  • Successfully deployed on Heroku

node-js-getting-started

A barebones Node.js app using Express 4.

This application supports the Getting Started on Heroku with Node.js article - check it out.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: