Skip to content

guima-seifer/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Within the scope of the Web Engineering curricular unit it's asked for the development of a Blog (with the respective Backoffice, WordPressesque)

Prerequisites

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

Installing

Download the repo to a folder and execute the following command:

$ sudo npm install

Commits

Heroku push:

git push heroku master

Authors

TODO

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.

About

Private / Shared Blog Front and Back office.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published