Skip to content

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.

Notifications You must be signed in to change notification settings

Mk4Levi/Manthan-MK-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MK-Backend Web App

=> 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.

Project's Screenshots =>

image image image image

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/Manthan-MK-WebApp.git
  1. Navigate to the Project's directory :
cd Manthan-MK-WebApp
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
node app.js
  1. Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:3000

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── 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

Thank You

About

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.

Topics

Resources

Stars

Watchers

Forks