This project is an application to store your favorite links. It consists of a CRUD system and includes simple password encryption and session authentication. Some of the main technologies used are Node.js, Express, MySQL, and Handlebars.
- Clone the project.
- Install dependencies:
npm i - Configure your environment variables in the
.envfile. - Start the database (I use XAMPP).
- Use the
db.sqlfile to recreate the database. - Start the application:
npm run dev(default port: 4000).