Stop wasting time searching. Access all your code snippets instantly, organized in one place for easy use.
- User System: Sign up and manage your snippets with a personal account.
- Syntax Highlighting: Enjoy beautifully formatted code with syntax highlighting.
- Categories: Organize snippets by category for easy retrieval.
- Dashboard: A clean and intuitive dashboard to manage all your saved snippets.
- Frontend: Next.js, Tailwind CSS
- Backend: Golang
- Database: PostgreSQL
- Containerization: Docker
- Authentication: JWT-based authentication
- Code Highlighting: Prism.js
- Clone the repository:
git clone https://github.com/yourusername/codelet.git
- Navigate to the project folder:
cd codelet
- Start the Backend:
docker compose up -d
- Start the Frontend:
cd web && npm install && npm run dev
- Access the application at:
http://localhost:3000