demo-video.mp4
- Git clone this repsitory and
cd
into the project folder - Create a
.env
file in the project's root directory and add the following lines:AWS_ACCESS_KEY_ID=<AWS Acces Key> AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key> AWS_DEFAULT_REGION=us-west-1 (Optional to leave as-is or change to prefered region) DATABASE_URL=<Mongo DB connection URI> DISABLE_IMAGE_UPLOAD= (Optional. Set this to "true" to disable image upload or omit this line to leave it enabled)
- Run
yarn install
to install the required node modules - To start the app, run
yarn start
yarn build
yarn test