This is a simple web application to take Notes and information, where user can sign up, sign in, add, remove or edit the Notes details.
base = /api
METHOD | PATH | DESCRIPTION |
---|---|---|
POST |
/users |
new user registration |
PUT |
/users |
update user |
GET |
/users/{id} |
find and view user |
DELETE |
/users/{id} |
delete user |
POST |
/users/verifyByphone |
user login |
GET |
/users/{id} |
all users |
base = /api
METHOD | PATH | DESCRIPTION |
---|---|---|
POST |
/notes/{user_id} |
add new note |
PUT |
/notes/{user_id} |
update note |
GET |
/notes/{id} |
find and view note |
DELETE |
/notes/{id} |
delete note |
GET |
/notes/byUser-ID/{user_id} |
all notes |
Takes two numbers and returns the sum.
- sign up, sign in
- email verification
- responsive web design
- secured REST end points
- CRUD operations
- search notes
- React.js 16
- ReactStrap
- Spring Boot 2.3.0
- MySQL
- Maven
- Node package manager(npm)
- MySQL Workbench
- Spring-Boot Framework
- ReactJS (functional components)
- This project is licensed under the MIT