Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphaolomi/planets
An app that shows collection of ๐Planets and other Heavenly bodies.
https://github.com/alphaolomi/planets
case-study docker expressjs javascript mongodb planets webapp
Last synced: 14 days ago
JSON representation
An app that shows collection of ๐Planets and other Heavenly bodies.
- Host: GitHub
- URL: https://github.com/alphaolomi/planets
- Owner: alphaolomi
- Created: 2019-05-26T12:41:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:29:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T16:08:20.160Z (2 months ago)
- Topics: case-study, docker, expressjs, javascript, mongodb, planets, webapp
- Language: CSS
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
planets app ๐
Collection of planets and other heaven bodies out there
### ๐ [Homepage](https://github.com/alphaolomi/planets#readme)
## Getting started
### Using Docker
## Installation
```bash
# Run in Docker
docker-compose up
# use -d flag to run in background# Tear down
docker-compose down# To be able to edit files, add volume to compose file
volumes: ['./:/usr/src/app']# To re-build
docker-compose build
```## Run tests
```sh
yarn run test
```## Author
๐ค **Alpha Olomi ** - Github: [@alphaolomi](https://github.com/alphaolomi)
## ๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/alphaolomi/planets/issues). You can also take a look at the [contributing guide](https://github.com/alphaolomi/planets/blob/master/CONTRIBUTING.md).## Show your support
Give a โญ๏ธ if this project helped you!
## ๐ License
Copyright ยฉ 2020 [Alpha Olomi ](https://github.com/alphaolomi).
This project is [MIT](https://github.com/alphaolomi/planets/blob/master/LICENSE) licensed.