Within the scope of the Web Engineering curricular unit it's asked for the development of a Blog (with the respective Backoffice, WordPressesque)
What things you need to install the software and how to install them
Install Node.js via package manager, find yours here:
https://nodejs.org/en/download/package-manager
Install MongoDB
https://docs.mongodb.com/manual/installation/
For local testing, start daemon command:
sudo service mongod start
Install Heroku toolbelt
https://devcenter.heroku.com/articles/heroku-cli
After install heroku make sure you already have a .git setup and execute:
heroku login
and
heroku git:remote -a agile-citadel-50919
agile-citadel-500919 comes from the following command
heroku create
Download the repo to a folder and execute the following command:
$ sudo npm install
Heroku push:
git push heroku master
- Fernando Guimarães - guima-seifer
- Hélder Veloso - hrafaelveloso
- Luís Ferreira - LuisFFFerreira
Connect-flash express-session alerts not working in '/', '/posts'; Categories, users, settings CRUDs; Blog frontend;
See also the list of contributors who participated in this project.