Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 1.46 KB

README.md

File metadata and controls

81 lines (49 loc) · 1.46 KB

Issue Tracker

Full stack Nextjs | prisma | mongodb

Tech Stack

Technologies used in the project:

Features

  • create | read | delete | update issues
  • assign issues to users
  • pagination | filtering
  • authentication
  • overview dashboard

Installation

Install my-project with npm

  npm install my-project
  cd my-project
 .env

DATABASE_URL=

# google authentication
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
  npm install
  npm run dev

Screenshots

Overview Dashboard

App Screenshot

All issues page

App Screenshot

Create new issue - markdown editor

App Screenshot

Issue detail and assign User

App Screenshot

Demo

Live Demo