Skip to content

Web application Where you can add your favorites links. This project was realized with vanilla js, node js, express and handlebars. Implements Authentication.

Notifications You must be signed in to change notification settings

AnderCabrera/links-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Installation

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

Notes

  • If you have any suggestion about my code let me know!

About

Web application Where you can add your favorites links. This project was realized with vanilla js, node js, express and handlebars. Implements Authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published