Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anewage/tweetycs-api


https://github.com/anewage/tweetycs-api

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# tweetycs-api
A simple REST API for tweetycs Project

# Deploy
```bash
# 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](https://github.com/lorenwest/node-config/wiki/Configuration-Files)

# Installing
Within the project directory (root folder) issue the following command:
```bash
npm install
```
OR
```bash
yarn
```
# Testing
All the tests are located inside the `__tests__` directory. Tests are being done using [jest](https://jestjs.io/docs/en/getting-started).