/fs-contact-keeper

Full Stack contact manager app

Primary LanguageJavaScript

FS Contact Keeper

Full stack PERN contact manager with React hooks, context & JWT authentication

This is the full app. The API can be found here with documented endpoints

Usage

Install dependencies

npm install
npm client-install

PostGres connection setup

Edit your /config/default.json file to include the correct Postgres URL

Run Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000