How to run:
- npm install
- Create .env file in root folder
- Copy and paste following text into .env, then set the values:
DATABASE=mongodb://localhost:27017/your-mongo-db MONGO_USER= MONGO_PASSWORD= JWT_SECRET= SMTP_ADDRESS= SMTP_PORT= SMTP_ID= SMTP_PASSWORD= ADMIN_EMAIL=
- Open client/config.js, then configure the settings.
- Open server/config.js, then configure the settings.
- Run it with "npm run dev" in development mode, or "npm run prod" in production mode.