Social app where people can exchange ideas
- Have node JS installed.
- In the project root directory, run
npm install
- Next run
npm run install-client
- Next go to config folder
cd config
- Create env file .env and set DB_DEV_USERNAME, DB_DEV_PASSWORD, DB_DEV_DATABASE, DB_DEV_HOST, DB_DEV_DIALECT, JWT_SECRET and NODE_ENV keys
- In the project root directory, run
npm run dev