Skip to content

Next.js web app taking the idea of Jira by adding some string entries and change its state using drag-and-drop

Notifications You must be signed in to change notification settings

ZadkielMouz/OpenJira

Repository files navigation

Next. js OpenJira App

In order to run this locally, it's needed a database.

docker-compose up -d

The d means detached

MongoDB Local URL:

mongodb://localhost:27017/entriesdb

Install Node modules and start development server

  • First
yarn
or
yarn install
  • Then
yarn dev

ENV Variables

Rename the .env.template file to env and fill the variables.

Seed Database with testing data

Just call this endpoint in order to seed data:

http://localhost:3000/api/seed

About

Next.js web app taking the idea of Jira by adding some string entries and change its state using drag-and-drop

Topics

Resources

Stars

Watchers

Forks

Languages