Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vzsoares/freecodecamp_celestial_bodies_database


https://github.com/vzsoares/freecodecamp_celestial_bodies_database

Last synced: about 1 month ago
JSON representation

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)