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: 3 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-14T02:36:09.000Z (11 months ago)
- Last Synced: 2025-01-11T23:23:18.008Z (4 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.

### 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