Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 601 Bytes

tweetycs-api

A simple REST API for tweetycs Project

Deploy

# Create config file
mv config/default.js config/local.js

# Edit config file
vim config/local.js
 
# Deploy the service
docker-compose up

Config

Please refer to this link

Installing

Within the project directory (root folder) issue the following command:

npm install

OR

yarn

Testing

All the tests are located inside the __tests__ directory. Tests are being done using jest.