This is a web app that lists out upcoming rocket launches around the world, including details for each, such as date of launch, rocket, mission description, etc.
This project was bootstrapped with Create React App.
Backend was built with Rails API.
Navigate to the backend directory (cd backend
) and start Rails server by entering rails s
in your terminal. Navigate to the frontend directory (cd frontend
) and start the server by entering npm start
in your terminal. A custom Rake command rake db:dcms
will drop, create, migrate and seed the database with seed data.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.