Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnathon-by-geeky-solutions/segfault
Repository for team SegFault
https://github.com/learnathon-by-geeky-solutions/segfault
Last synced: 1 day ago
JSON representation
Repository for team SegFault
- Host: GitHub
- URL: https://github.com/learnathon-by-geeky-solutions/segfault
- Owner: Learnathon-By-Geeky-Solutions
- Created: 2024-12-24T12:15:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:34:30.000Z (3 days ago)
- Last Synced: 2025-02-08T11:34:37.940Z (3 days ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# segfault
## Team Members
- takrim1999 (Team Leader)
- pronabpaul
- parthokr## Mentor
- redwanuzzaman
## Project Description
**Codesirius**
Codesirius is a platform to arrange interview sessions with live coding. It is aimed to facilitate the interview process for both the interviewer and the interviewee.
It has also problem archive where users can practice problems and can see the solutions of the problems. Users can also submit their solutions and can see the results.## Getting Started
### Using Docker
To spin up the project using Docker, follow the steps below:
0. Make sure you have Docker installed on your system. If not, you can download it from [here](https://docs.docker.com/get-docker/).
1. Clone the repository
2. Run the following commands
```bash
docker-compose up backend # To start the backend server
docker-compose up frontend # To start the frontend server
```
You can also run both the servers at once using the following command
```bash
docker-compose up
```### Without Docker
TBD### Sample .env file
```bash
DJANGO_SECRET_KEY=your_secret_key
DJANGO_DEBUG=True
```## Development Guidelines
1. Create feature branches
2. Make small, focused commits
3. Write descriptive commit messages
4. Create pull requests for review## Resources
- [Project Documentation](docs/)
- [Development Setup](docs/setup.md)
- [Contributing Guidelines](https://github.com/Learnathon-By-Geeky-Solutions/segfault/wiki/Contributing)