atefth / im-homework-service

Assignment for InsideMaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InsideMaps Homework Backend

Available Scripts

In the project directory, you can run:

yarn run server

Runs the app in the development mode without live reload.

yarn run live-server

Runs the app in the development mode with live reload.

yarn run worker

Runs the SQS worker in development mode without live reload.

yarn run live-worker

Runs the SQS worker in development mode with live reload.

Environment Variables

You can find a .env.sample file with variables that need to be set

Service Port

To use the App on the frontend please use the default port of 3001 as set in the sample. Otherwise update the src/config.js file in the frontend repo to a port of your preference.

About

Assignment for InsideMaps


Languages

Language:JavaScript 100.0%