A cool note app
It is a simple app to take notes. It supports richtext using react-prosemirror. It taught us to build server and client with the stack mentioned above and integrate them to work together.
Checkout the app client at https://ancora-imparo-notes-web.netlify.app/
-
Client:
- React.js
- Typescript
- REST API
-
Server:
- Typescript
- Express
- PostgreSQL
- Jest for testing
/- health check/notes- all notes/notes/{id}- note with a specific id
/notes- create a new note or update an existing one
/notes/{id}- delete a note with specific id
