https://github.com/akashpawar43/notes-app
Notes app Build using MERN Stack. Allowing to Creating User's registration, Login, Adding Notes, Update and Delete Notes within app.
https://github.com/akashpawar43/notes-app
backend dynamic express-validator expressjs frontend mern mern-stack mongodb mongoose nodejs reactjs website
Last synced: over 1 year ago
JSON representation
Notes app Build using MERN Stack. Allowing to Creating User's registration, Login, Adding Notes, Update and Delete Notes within app.
- Host: GitHub
- URL: https://github.com/akashpawar43/notes-app
- Owner: akashpawar43
- Created: 2024-01-24T07:08:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T07:34:33.000Z (over 2 years ago)
- Last Synced: 2024-05-30T02:17:03.820Z (about 2 years ago)
- Topics: backend, dynamic, express-validator, expressjs, frontend, mern, mern-stack, mongodb, mongoose, nodejs, reactjs, website
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notes
Notes app Build using MERN Stack. Allowing to Creating User's registration, Login, Adding Notes, Update and Delete Notes within app.
🧐 Features
Here're some of the project's best features:
* Login
* SignUp
* Add Note
* Get Notes
* Update Note
* Delete Note
🛠️ Installation Steps:
1. cd Server
2. Install dependencies for Server
```
npm install
```
3. Start Server
```
npm start
```
4. Open Separate terminal for Client
5. cd Client
6. Install dependencies for Client
```
npm install
```
7. Run Client
```
npm run dev
```
💻 Built with
Technologies used in the project:
* ReactJs
* NodeJs
* Mongodb
* ExpressJS
* HTML
* Tailwind CSS
* JavaScript
* React-Icons