This app uses the following dependencies:
- bcryptjs
- body-parser
- cookie-parser
- cors
- dotenv
- express
- express-session
- pg
- pg-hstore
- sequelize
- PG_URI: Postgres database connection URI
- PG_USER: Postgres database user
- PG_PASSWORD: Postgres database password
- PG_HOST: Postgress database server host
- SESSION_SECRET: Express session secret
- COOKIE_NAME: Session cookie name
- COOKIE_SECRET: Session cookie secret
Create a folder in the root directory named client
and install the client of your choice. Remember that CORS
is enabled and only allows access to same site or PORT 3000. Change it as neccesary @ server.js (line 12).