Project Name & Pitch
Source code for password manager using the relational database PGSQL.
Project Status
Trying something different.
Installation and Setup Instructions
Clone down this repository. You will need nodejs and postgresql installed globally on your machine.
Setting up:
npm init -y
Installation:
npm i express pg cors
Database Creating:
createdb -U <your username> <your database name>
To Run Server:
node server.js
To Visit App:
localhost:3001
Any help?
DM me here
Log in or sign up for Devpost to join the conversation.