Nasa Project App

Disclaimer

This application is a project developed during Udemy course and is not an official site. It is not affiliated with NASA or SpaceX in any way. The purpose of this application is solely for educational purposes and does not claim any endorsement or authorization from NASA or SpaceX.

Frontend

The frontend is developed in React and you can find the source code here. You can also try it here

Backend

Technologies

The following technologies and tools were used in the development of this application:

Installation

To run this application locally, make sure you have the following prerequisites installed:

Follow these steps to get the application up and running on your local machine:

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/elciosato/nasa-project-backend.git
  2. Navigate to the project directory:

    cd nasa-project-backend
  3. Install the dependencies by running the following command:

    npm install
  4. Set up the required environment variables. Create a .env file in the root directory and add any necessary configuration variables.

    MONGODB_URL=
  5. Start the application using the following command:

    npm start
  6. Access the application by visiting http://localhost:3333 in your web browser.