Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/manthan-mk-webapp

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.
https://github.com/mk4levi/manthan-mk-webapp

bootstrap5 css expressjs handlebars javascript mongodb nodejs

Last synced: 17 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

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

## Website Link => https://manthan-mk-web.vercel.app

## Project's Screenshots =>

![image](./public/images/ss1.png)
![image](./public/images/ss2.png)
![image](./public/images/ss3.png)
![image](./public/images/ss4.png)

## Technologies Used

- **Express.js**
- **MongoDB**
- **Node.js**
- **JavaScript**
- **Handlebars**

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 :

```bash
git clone https://github.com/Mk4Levi/Manthan-MK-WebApp.git
```

3. Navigate to the Project's directory :

```bash
cd Manthan-MK-WebApp
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
node app.js
```

6. Now just search this in your browser to view the live running application in your Local sysytem :

```bash
http://localhost:3000
```

Paths & Files

### Structure of the Folders & Files in this Repo :

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