/HertzInt

Todo App with Node.JS and Knex Backend Server

Primary LanguageJavaScript

Pre-reqs: Install Node.js Install PostgresSQL


Install Dependencies:

Navigate (cd) to each client and server directory and run " npm i " in terminal to install dependencies


Postgres is running in background:

launch postgress through pgadmin4 and create a database called todos.


Make Sure a Database is running:

in a server terminal: write: "npm run db" (to populate database with tables from our server)


Run the Project:

create two separate terminals for each client and directory: then run npm start.