Web application to keep track of notes developed using Node, Express, Pug, and PostgreSQL
- CRUD operations to keep track of notes
- Use of sequelize for ORM
- Using pug as a template engine
- Make sure you have Node.js installed on your machine.
- Clone or download the repository to your local machine.
- Open a terminal and navigate to the root directory of the application.
- Run npm install to install all the necessary dependencies.
- Run npm start to start the application
The application allows you to create a user and manages his notes.
I will not be accepting any contributions as this is my personal project to document my learning journey. However, you are welcome to use the code as inspiration or reference in your own projects.