Skip to content

Latest commit

 

History

History
212 lines (140 loc) · 4.7 KB

README.md

File metadata and controls

212 lines (140 loc) · 4.7 KB

logo

Microverse README Template

📗 Table of Contents

📖 Space Travellers Hub

Space Travellers Hub is a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

🛠 Built With

Client
Styling
State Management

Key Features

  • Fetch Missions
  • Fetch Rockets
  • Join Missions
  • Leave Missions
  • Book Rockets
  • Cancel Rocket Booking

(back to top)

🚀 Live Demo

  • N/A

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Node installed
 node -v

To check your node version

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/didierganthier/space-travellers-hub.git

Install

Install this project with:

  cd space-travellers-hub
  npm install

Usage

To run the project, execute the following command:

  npm run start

Run tests

To run tests, run the following command:

  npm test

(back to top)

👥 Authors

👤 Didier Ganthier

👤 David Isea

(back to top)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a star ⭐️

(back to top)

🙏 Acknowledgments

N/A

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)