Website Application for forgetful people and procrastinators who need to keep track of their activities
- Add Note with description
- Update Note title or description
- Delete Note
Clone the project
git clone https://github.com/UnFik/Noteify.gitGo to the project directory
cd noteifyInstall dependencies
npm install
npx prisma db generate
npx prisma db migrate devStart the server
npm run devTo run this project, you will need to add the following environment variables to your .env file
DATABASE_URL
BASE_URL