Skip to content

A project in which I've been learning deeply to develop in the Next.js framework.

Notifications You must be signed in to change notification settings

Hebary/open-jira-next.js

Repository files navigation

Next.js Open Jira Application

To run locally, you start db

docker-compose up -d 
  • -d, means detached

MongoDB URI db local:

mongo://localhost:27027/entries-db

For enviroment variables config, rename file .env.template a .env

Rebuild node modules

yarn install
yarn dev

Fill database with test data

http://localhost:3000/api/seed

Releases

No releases published

Packages

No packages published

Languages