Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odakris/issue-tracker

Quality Assurance project
https://github.com/odakris/issue-tracker

chai express javascript mongodb

Last synced: about 1 month ago
JSON representation

Quality Assurance project

Awesome Lists containing this project

README

        

# FCC - Issue Tracker

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Express](https://img.shields.io/badge/Express%20js-000000?style=for-the-badge&logo=express&logoColor=white)
![MONGODB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)
![Chai](https://img.shields.io/badge/chai-A30701?style=for-the-badge&logo=chai&logoColor=white)

Live demo of **[Issue Tracker](https://boilerplate-project-issuetracker.odakris.repl.co/)**

## Description

This is the boilerplate for the Issue Tracker project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/issue-tracker

This project is part of the **[freeCodeCamp](https://www.freecodecamp.org/learn/quality-assurance/)** Quality Assurance projects certification.




## Instructions

Clone this repository and install the NPM packages:

```
npm install
```

You will need to sign up to [MongoDB](<[https://account.mongodb.com/account/login?signedOut=true](https://account.mongodb.com/account/login)>). You can use this [tutorial](https://www.freecodecamp.org/news/get-started-with-mongodb-atlas/) to create your own database and then connect to it by pasting your URI into `.env` file. Your `.env` file that contain your URI should look like that:

```
MONGO_URI=`mongodb+srv://:@.kovsyr7.mongodb.net/?retryWrites=true&w=majority`
```

In the project directory, run the following script:

```
npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.