Skip to content

Latest commit

Β 

History

History
63 lines (51 loc) Β· 2.06 KB

File metadata and controls

63 lines (51 loc) Β· 2.06 KB

codestormers

πŸ‘₯ Team Members

  • Faysal890 (Team Leader)
  • RedwanAhmedTapu
  • Rafi-Sama

πŸ§‘β€πŸ« Mentor

  • atiq-bs23

🌌 CosmoVerse - Codestormers Team

Welcome to CosmoVerse, an innovative project crafted during the Learnathon initiative! Our platform leverages advanced technologies to provide an engaging and immersive learning experience, allowing users to explore and understand the cosmos.

🌟 Project Description

CosmoVerse is an innovative project developed as part of the Learnathon initiative. It combines cutting-edge technologies to create an engaging learning platform where users can explore and understand galaxies. The application leverages 3D models to visualize planetary systems, user authentication for personalized experiences, and a robust backend for seamless performance.

πŸ› οΈ Technologies Used

  • ASP.NET Core for backend development
  • Entity Framework for database management
  • React.js for frontend (if applicable)
  • Three.js for 3D rendering
  • JWT for user authentication

πŸ“– API Documentation

The API documentation is available on SwaggerHub.

πŸš€ Getting Started

1. Clone the repository

git clone https://github.com/Learnathon-By-Geeky-Solutions/codestormers.git

2. Install dependencies

  • For API:

    cd codestormersbackend/CosmoVerse/CosmoVerse

    Install dependencies:

    dotnet restore

    Setup .env file like this ExampleπŸ”— Or, you can set the database connection string in appsettings.json

    Database setup:

    dotnet ef migrations add InitialCreate
    dotnet ef database update

    Run application:

    dotnet run

Development Guidelines

  1. Create feature branches
  2. Make small, focused commits
  3. Write descriptive commit messages
  4. Create pull requests for review

πŸ“‚ Resources