robelseyoum / sportsblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SportBlog with ExpressJS

This project uses

  • Mongoose ODM - Models & Schemas
  • Multiple Collections
  • Express Messages & Validator
  • More Advanced Pug Layouts Template
  • CRUD Functionality
  • Express Router

In order to run the app, install the dependencies first with...

  • npm install
  • npm install -g bower
  • bower install bootstrap
  • bower install jquery

Then run the app with

  • npm start

OR if you have nodemon installed (npm install -g nodemon)

  • nodemon

About


Languages

Language:CSS 55.7%Language:JavaScript 41.8%Language:HTML 2.6%