A Node.js application to manage and simulate space missions using NASA data.
This project provides a RESTful API for managing and simulating space missions. It includes endpoints for retrieving mission data, launching missions, and handling various scenarios related to space exploration.
To install and set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/manohySr/NasaTest.git
-
Navigate to the project directory:
cd nasa-nodejs-project
-
Install the dependencies:
npm install -g pnpm pnpm install
To start the application, run:
pnpm run dev