Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joppedc/spacexstats
https://github.com/joppedc/spacexstats
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joppedc/spacexstats
- Owner: JoppeDC
- License: mit
- Created: 2020-06-27T01:30:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:45:01.000Z (about 1 month ago)
- Last Synced: 2024-12-09T15:46:20.246Z (16 days ago)
- Language: CSS
- Size: 7.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceX Stats
![](https://github.com/JoppeDC/spaceXStats/workflows/Static%20analysis/badge.svg)
This website was developed for fun to test out the Symfony Client, Serializer and Caching components. The data on this website is fetched using the [r-spacex API](https://github.com/r-spacex/SpaceX-API).
The project is [available publicly](https://spacex.joppe.dev).
### Running the project
You can run this project using the [Symfony Server](https://symfony.com/doc/current/setup/symfony_server.html).```
symfony server:start
```When using the [symfony proxy](https://symfony.com/doc/current/setup/symfony_server.html#local-domain-names), you can also attach a local domain.
```
symfony proxy:domain:attach spacexinfo.com
symfony server:start
```
This will make the project available on the domain `spacexinfo.com.wip`
### Resources Used[SpaceX API](https://github.com/r-spacex/SpaceX-API)
[Symfony](https://symfony.com/)
[Creative Tim (Design)](https://www.creative-tim.com/)