=> MK-Backend Web App is a backend app built with Javascript and it's server is built with Express.js. It has Signup and Login page where user's credentials will be stored in my MongoDB-Atlas Database.
Website Link => https://manthan-mk-web.vercel.app
- Express.js
- MongoDB
- Node.js
- JavaScript
- Handlebars
-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/Manthan-MK-WebApp.git
- Navigate to the Project's directory :
cd Manthan-MK-WebApp
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
node app.js
- Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:3000
.
├── public
│ └──images
| └──css
├── src
│ └──db
| └──models
| └──app.js
├── templates
│ └── partials
| └──footer.hbs
| └──header.hbs
| └──navbar.hbs
| └── views
│ └──aboutmk.hbs
| └──index.hbs
│ └──login.hbs
| └──register.hbs
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── package-lock.json
├── package.json
├── README.md