Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaykumar2pp/innorik-backend
https://github.com/ajaykumar2pp/innorik-backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaykumar2pp/innorik-backend
- Owner: ajaykumar2pp
- Created: 2023-09-20T06:40:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T07:08:03.000Z (over 1 year ago)
- Last Synced: 2023-09-21T08:39:26.543Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Innorik Backend API
## ⭐ Introduction
Personal News Hub which built using Nodejs,Express,Mongoose,JavaScript.
## Features
- Method POST ==> http://localhost:8500/register
- Method POST ==> http://localhost:8500/login
- Method POST ==> http://localhost:8500/user/interests
- Method GET ==> http://localhost:8500/user/interests
- Method GET ==> http://localhost:8500/news-feed
- Method POST ==> http://localhost:8500/save-article
- Method GET ==> http://localhost:8500/save-article
- Method DELETE ==> http://localhost:8500/delete-article/:id
- Method GET ==> http://localhost:8500/recommended-articles
### `Run my project`
```shell
npm install
npm start
Open [http://localhost:8500] view
```## Packages Install
- dotenv
- jsonwebtoken
- bcryptjs
- express
- mongoose
- moment
- nodemon
- body-parser