Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mk4levi/manthan-mk-webapp
- Owner: Mk4Levi
- Created: 2023-04-01T15:54:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:24:51.000Z (3 months ago)
- Last Synced: 2024-10-07T09:24:35.065Z (about 1 month ago)
- Topics: bootstrap5, css, expressjs, handlebars, javascript, mongodb, nodejs
- Language: Handlebars
- Homepage: https://manthan-mk-web.vercel.app
- Size: 12 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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