Skip to content

CrikoC/angular4-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular4-blog

This is a simple blog application made with angular 4 using node and expressJS for the server and MongoBD for the data base


Requirements

Angular CLI -> https://cli.angular.io/

NodeJS -> https://nodejs.org/en/

MongoDB -> https://www.mongodb.com/


Setup

After downloading, open a command prompt window for each folder, "server" and "client" and type "npm install" to install all the necesary modules

After the instalation, run the server by going to the server folder and type "nodemon".

Then go to the client folder and type "ng serve".