An MEAN (MongoDB, Express, Angular and Node.js) application that allows users to register and log in and submit questions to a message board
Install the node packages
npm install
terminal 1
Start mongodb
sudo mongod
terminal 2
start nodemon
cd message-board
nodemon
terminal 3
building the angular application
cd message-board/public
ng build -w
browser go to localhost:8000
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D