- Faysal890 (Team Leader)
- RedwanAhmedTapu
- Rafi-Sama
- atiq-bs23
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.
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.
- 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
The API documentation is available on SwaggerHub.
git clone https://github.com/Learnathon-By-Geeky-Solutions/codestormers.git
-
cd codestormersbackend/CosmoVerse/CosmoVerseInstall 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
- Create feature branches
- Make small, focused commits
- Write descriptive commit messages
- Create pull requests for review