Skip to content

System using Node, Express, Mongo, JavaScript and React or Angular

Notifications You must be signed in to change notification settings

Manuelamoss/MEAN-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]

About

System using Node, Express, Mongo, JavaScript and React or Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published