Skip to content

It is a simple NodeJS, ReactJS and MongoDB app that allows users to create and edit tickets.

Notifications You must be signed in to change notification settings

tejaskarelia17/ticketSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Technical Ticket System

It is a simple NodeJS, ReactJS and MongoDB app that allows users to create and edit tickets.

Technologies

This app is developed using the following technologies:

Installation

Clone the repository.

$ git clone https://github.com/tejaskarelia17/ticketSystem.git
$ cd ticketSystem

Install the dependencies and devDependencies.

$ npm install

Run MongoDB in one terminal

$ mongod

In another terminal, Create a Database named 'bugsdb' and collection name 'bugs'

$ mongo
$ use bugsdb
$ db.createCollection('bugs')

Start the app in another terminal

$ node index.js

The app will start on http://localhost:3000

About

It is a simple NodeJS, ReactJS and MongoDB app that allows users to create and edit tickets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published