Skip to content

Dabase project to create to-do list with persistant data.

Notifications You must be signed in to change notification settings

Nick2191/DB-Permalist-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Permalist Project is a Database project to create to-do list app with persistant data. This was a part of the Full Stack Web Dev course I am learning from.

Database used is PostgreSQL, Node.Js/Express.JS used to create the application. This is my first use of dotenv to keep local evnvironment variables separate, but I included a .env.example file to be used as a template.

To run the app copy the .env.example file to a .env file and fill in your preferred local port #, and your database credentials.

You will need a database, with a table that includes two fields "id" and "title" to store you're to-do list data.

About

Dabase project to create to-do list with persistant data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published