https://github.com/mujibsayyad/social-news-feed
https://socialnewsfeed.herokuapp.com/
https://github.com/mujibsayyad/social-news-feed
hacktoberfest hacktoberfest-accepted hactoberfest2021 javascript node nodejs
Last synced: about 2 months ago
JSON representation
https://socialnewsfeed.herokuapp.com/
- Host: GitHub
- URL: https://github.com/mujibsayyad/social-news-feed
- Owner: mujibsayyad
- Created: 2021-09-28T09:23:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T14:20:08.000Z (over 3 years ago)
- Last Synced: 2025-08-15T23:49:49.297Z (4 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hactoberfest2021, javascript, node, nodejs
- Language: SCSS
- Homepage:
- Size: 4.61 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-news-feed
## Installation
```
npm install
```
## For Nodemon
Go to package.json
in scripts > start
```
nodemon app.js
```
## Run the app
```
npm start
```