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

https://github.com/souze-san/notebook

want to write your daily task or special notes, then Use ME
https://github.com/souze-san/notebook

notebook react scss usecontext-hook

Last synced: about 2 months ago
JSON representation

want to write your daily task or special notes, then Use ME

Awesome Lists containing this project

README

          

# NoteBook

an Online Note book for write down your personal notes in any where

# **Backend** ---- -------- ---

- 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

### Folder Structure

- Modules - Their are placed all Schema -

1. Structure for Notes
2. Structure for UserLog

- routes --
here will be placed the path / Directionsin routes folder keep all routes separately.....

1. User - create/log/getDetails
2. Notes - CRUD

- MiddleWare -

1. a middleware to fetch data{user id} from Token

### Authentication

We use JWT token for Authentication .. which content header+data+signature

# **Frontend** ---- -------- ---

Have an Simple design for

##_Features_

- 1. : Can Create and Update your Notes any where
- 2. : 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](https://github.com/SouZe-San/BackEnd-for-NoteBook-site)

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

- 1. User - create/log/getDetails
- 2. Notes - CRUD

**! MiddleWare -**

- 1. a middleware to fetch data{user id} from Token

@Authentication
We use jwt we token for Authentication .. which content header+data+signature\

# _*One Glance On UI*_

![Screenshot (59)](https://github.com/SouZe-San/NoteBook/assets/103335953/1b08557d-52f5-4ab6-8a43-662973f5b3ec)