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: 12 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:29:08.000Z (about 3 years ago)
- Last Synced: 2025-01-11T16:25:05.772Z (about 1 year 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.