/fcc-project-issue-tracker

Simple Issue Tracker project for freeCodeCamp' s project.

Primary LanguageJavaScript

Gitpod ready-to-code

FreeCodeCamp- Information Security and Quality Assurance

Run on Repl.it Project Issue Tracker

  1. SET NODE_ENV to test without quotes and set DB to your mongo connection string in .env file
  2. Complete the project in routes/api.js or by creating a handler/controller
  3. You will create all of the functional tests in tests/2_functional-tests.js

Modified by Akiko Takano

Files

  • .replit is a configuration file to run this application on reple.it.
issue_tracker $ tree -La 1
.
├── .env
├── .env.sample
├── .git
├── .gitignore
├── .history
├── .replit
├── README.md
├── assertion-analyser.js
├── connection.js
├── node_modules
├── package-lock.json
├── package.json
├── public
├── routes
├── server.js
├── test-runner.js
├── tests
└── views

7 directories, 11 files