Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajaykumar2pp/innorik-backend


https://github.com/ajaykumar2pp/innorik-backend

Last synced: about 2 months ago
JSON representation

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