Skip to content

Keep track of all the latest launches by Nasa & SpaceX. Launch and Schedule your own to the habitable planets of our universe (Note that: this is a dummy CRUD application and has no affiliation with NASA or ISRO, for educational purpose only)

Notifications You must be signed in to change notification settings

whynesspower/Antariksh-Yatri

Repository files navigation

Antariksh-Yari

It's hosted on an Amazon EC2 t2.micro instance via a docker image hosted on DockerHub repository

Screenshorts

Schedule your launches image

See your the launches you have scheduled, abort or continue your expedition! image

Running the Project

Part 1

  1. Ensure you have Node.js installed.
  2. Create a free Mongo Atlas database online or start a local MongoDB database.
  3. Create a server/.env file with a MONGO_URL property set to your MongoDB connection string.
  4. In the terminal, run: npm install

Part 2

  1. In the terminal, run: npm run deploy
  2. Browse to the mission control frontend at localhost:8000 and schedule an interstellar launch!

Docker

  1. Ensure you have the latest version of Docker installed
  2. Run docker build -t Antariksh-Mein-Bidaai .
  3. Run docker run -it -p 8000:8000 Antariksh-Mein-Bidaai

Running the Tests

To run any automated tests, run npm test. This will:

  • Run all the client-side tests: npm test --prefix client
  • Run all the server-side tests: npm test --prefix server

Demo Video

Antariksha-Yatri-Demo-Video.mp4

About

Keep track of all the latest launches by Nasa & SpaceX. Launch and Schedule your own to the habitable planets of our universe (Note that: this is a dummy CRUD application and has no affiliation with NASA or ISRO, for educational purpose only)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published