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
- Host: GitHub
- URL: https://github.com/strive79/sportsblog
- Owner: strive79
- Created: 2020-06-23T10:02:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:33:43.000Z (over 3 years ago)
- Last Synced: 2026-04-11T13:26:53.938Z (2 months ago)
- Topics: bower-components, css, express, html, javascipt, javascript, nodejs
- Language: CSS
- Size: 7.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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