Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzal/noteapp
A starter kit using Material-react-table, react, typescript, node.js, postgresql
https://github.com/oguzal/noteapp
material-react-table postgresql react typescript vitejs
Last synced: 9 days ago
JSON representation
A starter kit using Material-react-table, react, typescript, node.js, postgresql
- Host: GitHub
- URL: https://github.com/oguzal/noteapp
- Owner: oguzal
- Created: 2024-04-11T12:29:01.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T02:36:09.000Z (7 months ago)
- Last Synced: 2024-11-12T21:44:40.185Z (2 months ago)
- Topics: material-react-table, postgresql, react, typescript, vitejs
- Language: TypeScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Simple Note Application
This application allows users to easily manage their notes through indexing, creation, update, and deletion functionalities.
![Create new note](create_new_note.png)
![Notes](grid.png)### Modular Design
The application is built with a modular architecture, consisting of two independent projects:
### Backend Application:
Handles data storage, processing, and business logic.### Frontend Application:
Provides the user interface for interacting with the backend.Each project has its own dedicated README file that outlines specific instructions for setup and execution.
Please refer to the respective README files for detailed guidance and start with the Backend Project first