A simple REST API for tweetycs Project
# Create config file
mv config/default.js config/local.js
# Edit config file
vim config/local.js
# Deploy the service
docker-compose upPlease refer to this link
Within the project directory (root folder) issue the following command:
npm installOR
yarnAll the tests are located inside the __tests__ directory. Tests are being done using jest.