Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 542 Bytes

Apollo Space-X Flight Booker

🚀 Ever wanted to explore space? Book a ticket today! 🚀

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start