Skip to content

Raza-ILV/2023-MEAN-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start project?

  • Backend & database connection
    • Open backend folder by:
      cd backend
    • Install all of the packages by:
      npm i
    • Start server by:
      npm start
  • Frontend
    • Open backend folder by:
      cd frontend
    • Install all of the packages by:
      npm i
    • Start fontend by:
      ng serve
  • Open in browser http://localhost:4200