Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 952 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 952 Bytes

Launch Calendar

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.

Technology Used

This project was bootstrapped with Create React App.

Backend was built with Rails API.

Running the App

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.