Celestial Bodies Database - Build a Celestial Bodies Database

I have done the course though Docker and VS code and not though the website, now I can’t submit the project cause it’s telling me to compleate the first step first.

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Celestial Bodies Database - Build a Celestial Bodies Database

Link to the challenge:

Start the project with step one in the freeCodeCamp curriculum.

thanks, I have done the whole project already but on my computer vis VS code as the web version was bugging. Is the any way I can just sumbit my github URL?

Here is what I did that worked for me :

  • used pg_dump to create the .sql file in the docker environment
  • created a new .sql file using touch from the command line in the online freecodecamp environment
  • ran the the .sql file
  • ran the tests
  • saved my .sql to my git repo
  • copied URL from git repo to freeCodeCamp

Hope this helps

This is how it should be done tracy chacoon.00 :ok_hand: . Made a repository in GitHub, opened a file universe.sql, copied the contents of the file universe.sql which was previously generated in vsc ( better working in curriculum ) using the command:

type or ppg-dump-cC --inserts -U freecodecamp universe > universe.sqlaste code here

Thanks so much I was able to do it!