Skip to content

InsightfulSummer/vartta-api

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • HTML 22.1%
  • Dockerfile 0.5%