27 lines
727 B
Markdown
27 lines
727 B
Markdown
![]() |
---
|
||
|
id: 5f1a4ef5d5d6b5ab580fc6ae
|
||
|
title: Build a Celestial Bodies Database
|
||
|
challengeType: 13
|
||
|
helpCategory: Backend Development
|
||
|
url: https://github.com/freeCodeCamp/learn-celestial-bodies-database
|
||
|
dashedName: build-a-celestial-bodies-database
|
||
|
---
|
||
|
|
||
|
# --description--
|
||
|
|
||
|
This is one of the required projects to earn your certification. For this project, you will build a database of celestial bodies using PostgreSQL.
|
||
|
|
||
|
# --instructions--
|
||
|
|
||
|
**Important:** After you pass all the project tests, save a dump of your database into a `universe.sql` file so you can complete step 2. There will be instructions how to do that within the virtual machine.
|
||
|
|
||
|
# --notes--
|
||
|
|
||
|
Required files: `universe.sql`
|
||
|
|
||
|
# --hints--
|
||
|
|
||
|
# --seed--
|
||
|
|
||
|
# --solutions--
|