Skip to content

a space app to help research about interstellar objects, as well as to make space exploration and learning more interactive.

Notifications You must be signed in to change notification settings

Cosmodocus/space-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack

Client-Side Application:

  • Next.js
  • TypeScript
  • Aceturnity UI

Server-Side Application:

  • Python
  • Django

How to Run the Application

Client-Side App

  1. Navigate to the client directory:
    cd client
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Server-Side App

Step 1: Set Up the Virtual Environment

  1. Navigate to the server folder:
    cd server
  2. Create a virtual environment:
    python3 -m venv venv
  3. Activate the virtual environment:
    • macOS/Linux:
      source venv/bin/activate
    • Windows:
      venv\Scripts\activate

Step 2: Install Required Dependencies

  1. Install all Python dependencies from requirements.txt:
    pip install -r requirements.txt

Step 3: Run the Django Application

  1. Start the Django development server:
    python manage.py runserver

File Structure

coming soon

About

a space app to help research about interstellar objects, as well as to make space exploration and learning more interactive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published