Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.28 KB

File metadata and controls

27 lines (21 loc) · 1.28 KB

MEAN-Project

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.

Prerequisites

Make sure you have these installed

Installing MEAN-Project

  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  2. CD to the folder cd Backend
  3. Run npm install to install the project dependencies
  4. Run ng serve to start live backend server on http://localhost:3000/
  5. Open another terminal and navigate to the project folder
  6. CD to the folder cd frontend
  7. Run npm install to install the project dependencies
  8. Run ng serve to start live backend server on http://localhost:4200/
  9. Open your favorite browser on http://localhost:4200/

Scenarios

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.

Contact

If you want to contact me you can reach me at manuelamoss@gmail.com