Skip to content

This is part of the Bug Tracking MERN stack web application. It contains the backend server and REST API codes.

Notifications You must be signed in to change notification settings

rezwanJamee/bugTracker_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugTracker backend

This is part of a MERN Stack bug tracking web application.

Backend

This repo contains all the code needed for settingup the Server and REST API of the backend. For security reason the .env file is not add. It contains the MongoDB database connection string and the PORT the server will run.

Add a .env file and add the following variables in the backend folder to work with the project.
PORT = 4000
ATLAS_URI = <**** Paste MongoDB connection string here ****>

Setup

It require the npm and Node.js installed on the system.

Follow the steps:

  • Install the required dependency entering the following command in the folder terminal.

npm install

  • Now start the server with the following command.

npm start server

  • For development works use

nodemon server


About

This is part of the Bug Tracking MERN stack web application. It contains the backend server and REST API codes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published