https://github.com/noook/nodeternity
A low expectation attempt to resolve the unresolved yet puzzle Eternity 2
https://github.com/noook/nodeternity
Last synced: 5 months ago
JSON representation
A low expectation attempt to resolve the unresolved yet puzzle Eternity 2
- Host: GitHub
- URL: https://github.com/noook/nodeternity
- Owner: noook
- Created: 2020-01-06T14:28:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:26:45.000Z (over 3 years ago)
- Last Synced: 2025-04-08T09:32:34.262Z (about 1 year ago)
- Language: TypeScript
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Typescript starter
## Setup
### Development environment
1. Install Docker
2. Install the dependencies with `docker-compose run app npm i`
3. Copy `.env.dist` to `.env` and fill in the credentials
4. You can run the stack by running `docker-compose up -d`
5. To check the logs you can either attach your shell to the process with `docker attach app` or use VS Code Debugger
6. Stop containers with `docker-compose down`
### Useful commands
- `docker-compose up -d` Runs containers
- `docker-compose down` Shuts down containers
- `docker-compose run app ` Runs a command in the node container (app)