Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sol-farm/tulip-js-api
https://github.com/sol-farm/tulip-js-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sol-farm/tulip-js-api
- Owner: sol-farm
- Created: 2022-05-16T05:39:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T07:33:19.000Z (over 2 years ago)
- Last Synced: 2023-03-03T19:48:52.783Z (almost 2 years ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solfarm-api
## How to run:
1. cp .env.example .env
2. Fill with proper variables
3. docker-compuse up
4. Go to http://localhost:PORTNote: Make youre to have the CA certificate in /config/ folder and set .env CERT_PATH accordingly.
Example:
```
DB_USERNAME=myuser
DB_PASSWORD=mypassword
DB_NAMESPACE=mongo_namespace.example.com
SERVER_PORT=3000
CERT_PATH="./config/ca-certificate.crt"
```