an Online Note book for write down your personal notes in any where
- Express use for create a server. Clone this repo then,
cd:Backend
npm i
nodemon index.js
- Our Main entry point is index.js -Our Main Database Connection Code in dataConnect.js
- Modules - Their are placed all Schema -
- Structure for Notes
- Structure for UserLog
- routes -- here will be placed the path / Directionsin routes folder keep all routes separately.....
- User - create/log/getDetails
- Notes - CRUD
- MiddleWare -
- a middleware to fetch data{user id} from Token
We use JWT token for Authentication .. which content header+data+signature
Have an Simple design for
##Features
-
- : Can Create and Update your Notes any where
-
- : User Friendly, easy to use
##Technologies Used
- Front-end: React, Tailwind css , node js,
- Back-end: Node.js
- APIs: Owe Create
##Getting Started To get started with this project, follow these steps:
- Clone this repository onto your local machine.
- Install the necessary dependencies by running npm install.
- Start the development server by running npm run both Click here for Get Backend API
@ Our Main entry point is index.js
@ Our Main Database Connection Code in dataConnect.js
##@Folder Structure
!Modules - Their are placed all Schema
- 1.Structure for Notes
- 2.Structure for UserLog
!routes -- here will be placed the path / Directions in routes folder keep all routes separately.....
-
- User - create/log/getDetails
-
- Notes - CRUD
! MiddleWare -
-
- a middleware to fetch data{user id} from Token
@Authentication We use jwt we token for Authentication .. which content header+data+signature\
