https://github.com/leocodeio/gitsprint-opensource
opensoruced version for gitsprint
https://github.com/leocodeio/gitsprint-opensource
Last synced: 5 months ago
JSON representation
opensoruced version for gitsprint
- Host: GitHub
- URL: https://github.com/leocodeio/gitsprint-opensource
- Owner: leocodeio
- Created: 2025-08-30T02:07:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T02:09:39.000Z (11 months ago)
- Last Synced: 2025-08-30T04:13:40.124Z (11 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
t a# gitsprint Turbo
Gitsprint is a fast, lightweight project and team management platform built for startups. With minimal clicks, real-time sync, and a clean interface, it helps teams stay focused on execution. Our simple, transparent pricing makes it easy to grow without hidden costs or unnecessary complexity
## gitsprint
## Tech Stack
- Remix ( frontend and backend for frontend)
Features implemented and to be implemented
- [x] Authentication
- [x] Authorization
- [x] User Management
- [ ] Role-Based Access Control
- [x] Email and Password Authentication
- [x] Social Authentication (Google, Github, etc)
- [x] Database Integration (PostgreSQL)
- [x] Multi-Persona Support
- [ ] ENV Check
- [ ] Logging
- [ ] Deployment
- [ ] Documentation
- [ ] CI/CD
- [ ] Rate Limiting
- [ ] Caching
- [ ] Testing
- nestJS ( backend)
Features implemented and to be implemented
- [x] Database Integration (PostgreSQL)
- [x] Multi-Persona Support
- [x] ENV Check
- [x] Logging
- [x] Deployment
- [x] Documentation
- [x] CI/CD
- [x] guards, interceptors, decorators, etc
- [ ] Rate Limiting
- [ ] Caching
- [ ] Testing
- Prisma ( database ORM)
- Better Auth ( authentication)
- Tailwind CSS ( styling)
- Shadcn UI ( components)
- PostgreSQL ( database)s
## Setup
1. Clone the repository
2. Run `npm i -g pnpm`
3. Run `pnpm install`
4. create a `.env` file in the root of the project and add the following variables:
5. Run `pnpm run dev`
6. Open the browser and go to `http://localhost:5173`
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## How to contribute
This project is open source and we welcome contributions. Please feel free to submit a pull request.
Read about how to contribute [here](CONTRIBUTING.md).