https://github.com/lucaswinkler/bugees
[WIP] Your personal bug tracker that allows you to efficiently hunt down those pesky bugs.
https://github.com/lucaswinkler/bugees
bug-tracker next-auth nextjs prisma react tailwindcss
Last synced: 2 months ago
JSON representation
[WIP] Your personal bug tracker that allows you to efficiently hunt down those pesky bugs.
- Host: GitHub
- URL: https://github.com/lucaswinkler/bugees
- Owner: LucasWinkler
- Created: 2022-11-11T19:30:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T10:52:35.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:17:53.239Z (6 months ago)
- Topics: bug-tracker, next-auth, nextjs, prisma, react, tailwindcss
- Language: TypeScript
- Homepage: https://bugees.vercel.app/
- Size: 659 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bugees | Bug Tracker
A bug tracker built Next.js, Tailwind CSS, Prisma and more.
## Huge thanks to
- Jeroen Reumkens
- Helped me out with the implementation my Button component especially the TypeScript part.
- Links:
- [GitHub: JeroenReumkens](https://github.com/JeroenReumkens)
- [YouTube: frontendfyi](https://www.youtube.com/@frontendfyi)
## Getting Started
Follow these steps in order to get the website up and running locally on your machine.
### 1. Clone the repository then navigate to the root directory
### 2. Install all required dependencies
```sh
npm install
```
### 3. Setup your development database
- I use a local PostgreSQL database for development.
### 4. Setup your environment variables. An example file is provided
- File must be named `.env.local` for development.
- Ensure you use the custom scripts that use this file.
### 5. Create/sync the database
```sh
npm run db:push
```
### 6. Host a local development server
```sh
npm run dev
```
## Production
### 1. Host on your preferred platform
- Here are my current hosts:
- Website: Vercel
- Database: Railway
### 2. Use this build command
```sh
npm run production:build
```
## Contact
- [LinkedIn](https://linkedin.com/in/lucas-winkler)
- [Github](https://github.com/lucaswinkler)
- [Email](mailto:lucaswinkler@gmail.com)