Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 446 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 446 Bytes

ServerComm

All communcation between front-end and DB

Installation

Clone the repo

Install the dependencies:

npm install

Set the environment variables(see src/config/index to know what environment variables this app need):

cp .env.example .env

# open .env and modify the environment variables (if needed)

Run application:

npm run dev

Run tests:

npm run test

License

MIT