Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anewage/tweetycs-bak
A light bak.js application for Tweetycs project
https://github.com/anewage/tweetycs-bak
Last synced: 18 days ago
JSON representation
A light bak.js application for Tweetycs project
- Host: GitHub
- URL: https://github.com/anewage/tweetycs-bak
- Owner: anewage
- Created: 2019-06-07T00:07:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:09:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T14:52:57.247Z (29 days ago)
- Language: JavaScript
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tweetycs-bak
A light bak.js application for Tweetycs project# Deploy
```bash
# Create config file
mv config/default.js config/local.js# Create .env file
mv .env.example .env# Edit config file and DB credentials
vim .env
vim config/local.js
# Deploy the services
docker-compose up
```