This project is part of my studies to became a MEAN Stack Developer. The main focus is creating a system for tickets management system using Mongo,Express, Angular and Node.
Make sure you have these installed
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
> git clone CLONEURL - CD to the folder
cd Backend - Run
npm installto install the project dependencies - Run
ng serveto start live backend server on http://localhost:3000/ - Open another terminal and navigate to the project folder
- CD to the folder
cd frontend - Run
npm installto install the project dependencies - Run
ng serveto start live backend server on http://localhost:4200/ - Open your favorite browser on http://localhost:4200/
The Homepage http://localhost:4200/tickets shows the list of the ticket. It is showing 8 tickets per page. When "add ticket" button is clicked the user is redirected to the page http://localhost:4200/addTicket, where can create a new ticket. After saving, a popup is shown.
If you want to contact me you can reach me at [email protected]