This project is about storing your favorite links. You can add, delete and edit your links, this project implements authentication and encrypts your password before storing it in the database.
After you clone the repo, you should install the dependecies
npm install
After this you must create your .env file with the database variables
DB_HOST = "Your value"
DATABASE = "Your value"
DB_PASSWORD = "Your value"
DATABASE = "Your value"
Then run the project
npm run dev
- If you have any suggestion about my code let me know!