Skip to content

DoubtfulHermit/bug-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Tracker - Web App

Table of contents

General info

This project is a Bug Tracker that helps you create, assign and follow bugs you encounter as you work.

Technologies

Project is created with:

  • React.js
  • Bootstrap
  • Node.js
  • MongoDB

Setup

To run this project, install it locally using npm:

Server

$ npm install
$ node server.js

Client

$ cd ../client
$ npm install
$ npm start

.ENV File

The .env file has 3 values that need to be assigned. The MONGOURI for your monodb url, PORT for the server and SESSION_SECRET for the login system.

MONGOURI=
PORT=
SESSION_SECRET=

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors