Skip to content
/ BAS Public

This is the Bharatiya Antariksh Station(BAS) stowage management system MVP

Notifications You must be signed in to change notification settings

adot-7/BAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The renders which can be added, but at the cost of latency:

Screenshot 2025-04-07 214611 Screenshot 2025-04-07 214603 Screenshot 2025-04-07 214545

How to Run (Using Docker)

This project is designed to be run inside a Docker container, following the Hackathon requirements.

Prerequisites:

  • Git: Must be installed to clone the repository.
  • Docker: Must be installed and running on your system. (Install Docker)

Steps:

  1. Clone the Repository: Open your terminal or command prompt and clone the repository:

    git clone https://github.com/adot-7/BAS.git
    cd BAS
  2. Build the Docker Image: Navigate into the cloned BAS directory (if you aren't already there) where the Dockerfile is located and run:

    docker build -t bas-stowage-app .

    (You can replace bas-stowage-app with any image name you prefer)

  3. Run the Docker Container: Start the container using the following command:

    docker run -d -p 8000:8000 -it bas-stowage-app
    • -p 8000:8000: Maps port 8000 on your host machine to port 8000 inside the container.
    • -it: Runs the container interactively, allowing you to see logs and stop it with CTRL+C.
  4. Access the Application: Once the container shows that the application is running (e.g., Flask server started), open your web browser and navigate to:

    http://localhost:8000
    

    You should see the application's front-end or be able to interact with the API endpoints at this address.

To Stop the Application:

  • Press CTRL+C in the terminal where the docker run command is active.

About

This is the Bharatiya Antariksh Station(BAS) stowage management system MVP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published