A full stack React app that evaluates user personalities and provides career guidance in terms of job options, post-secondary programs, mood monitor using ParallelDots API and mentor support via live chat. Built using React on the front-end, and Node, Express and PostgreSQL on the back-end. Live chat was built using Socket.io
- dotenv v8.2.0
- node v8.9.4
- cors v2.8.5
- express v4.17.1
- pg v8.0.2
- socket.io v2.3.0
- nodemon v2.0.3
Install dependencies with npm install
.
Refer to db folder
- psql postgres
- CREATE ROLE member WITH LOGIN password 'member';
- CREATE DATABASE final OWNER member;
- ALTER USER member WITH Superuser createrole createdb replication;
- psql --host=localhost --dbname=final --username=member
npx nodemon