An open API service indexing awesome lists of open source software.

https://github.com/strive79/sportsblog

Sports Blog app with CRUD functionality
https://github.com/strive79/sportsblog

bower-components css express html javascipt javascript nodejs

Last synced: 2 months ago
JSON representation

Sports Blog app with CRUD functionality

Awesome Lists containing this project

README

          

# SportsBlog
Sports Blog app with CRUD functionality
It allows to add different categories and articles related to Sports

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

npm install

--Then run the app with

npm start

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