Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 790 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 790 Bytes

NASA Node.js Project

A Node.js application to manage and simulate space missions using NASA data.

Description

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.

System design

alt text

Installation

To install and set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/manohySr/NasaTest.git
  2. Navigate to the project directory:

    cd nasa-nodejs-project
  3. Install the dependencies:

    npm install -g pnpm
    pnpm install

Usage

To start the application, run:

pnpm run dev