Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vzsoares/freecodecamp_celestial_bodies_database
https://github.com/vzsoares/freecodecamp_celestial_bodies_database
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vzsoares/freecodecamp_celestial_bodies_database
- Owner: vzsoares
- Created: 2023-07-22T23:22:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T23:35:31.000Z (over 1 year ago)
- Last Synced: 2023-07-23T00:23:36.030Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp_Celestial_Bodies_Database
### challenge url
https://www.freecodecamp.org/learn/relational-database/build-a-celestial-bodies-database-project/build-a-celestial-bodies-database
### Recover
```
psql -U $USER -d universe -f "universe.sql”
```
---
> unfortunately the junction table `galaxy_type_mapping` could not be included as the validator could'nt recognize it's composite primary key for this challenge
![diagram](_FreeCodeCamp_Celestial_Bodies_Database.drawio.png)