An open API service indexing awesome lists of open source software.

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.

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)