Skip to content

turtledev65/issue-tracker

Repository files navigation

Issue Tracker built with NextJS

This is an issue tracker app I made with NextJS. It has featuers like authentication, assigning issues to other users and all the basic CRUD operations.

Stack

Frontend

Backend

How to Run

Firstly, clone the repo:

git clone https://github.com/turtledev65/issue-tracker.git

Go into the newly created directory:

cd issue-tracker

Install dependencies using npm:

npm install

Provide the required enviroment variables in a .env file, use .env.example for refernce:

DATABASE_URL=""

NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=""

GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""

And now you can run it on localhost:300 using:

npm run dev

Credits

About

A Issue Tracker I made as an exercise using NextJS.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors