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 up
Please refer to this link
Within the project directory (root folder) issue the following command:
npm install
OR
yarn
All the tests are located inside the __tests__
directory. Tests are being done using jest.