This project is a web application, like a traditional note blog with a login system.
Its backend is a separate project made with node, while the front end is made with the next framework.
- clone repository
- install dependencies
- clone repository and install backend dependencies repo
- create environment variable NEXT_PUBLIC_API with backend url
- run the command -> npm run dev