Skip to content

Bug tracker web app built using the MERN stack with added authentication using JWT

Notifications You must be signed in to change notification settings

oddaaron00/bug-tracker

Repository files navigation

bug-tracker

Bug tracker web app built using the MERN stack with added authentication using JWT

Demo

demo on desktop demo on mobile

Get started

To start, create a .env file under /api with variables SECRET_KEY and URI:

  • SECRET_KEY: The secret key used for JWT signing
  • URI: The URI of the Mongo database
  • PORT: The port the API will listen on (optional - default 3006)

Next, edit setupEnvironment.bat and change the file paths so they are accurate for your setup. Then run the .bat file to start both the client and the API. Alternatively, navigate to the /API and /client folders and run npm start separately.

About

Bug tracker web app built using the MERN stack with added authentication using JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published