Skip to content

A simple note-taking app where users can create notes in richtext

License

Notifications You must be signed in to change notification settings

ancora-imparo/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

A cool note app

About the project

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.

notes-client

App Stack:

  • Client:

    • React.js
    • Typescript
    • REST API
  • Server:

    • Typescript
    • Express
    • PostgreSQL
    • Jest for testing

Endpoints

GET

  • /- health check
  • /notes- all notes
  • /notes/{id}- note with a specific id

POST

  • /notes- create a new note or update an existing one

DELETE

  • /notes/{id}- delete a note with specific id

About

A simple note-taking app where users can create notes in richtext

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •