Skip to content

slashroot79/sna-server

Repository files navigation

sna-server

Simple news app server that responds to RESTful requests.

Dependencies:

  1. .env file describing the below.
    • PORT
    • NEWS_API_KEY (newsapi.org api key)
    • BASE_API_URL = 'https://newsapi.org/v2/'
    • DB_USER
    • DB_USER_PASSWD
    • DB (db name)
    • DB_ARTICLE_COLLECTION_NAME (single collection name)
    • DB_SERVER (connection string)
  2. NewsAPI.org api key
  3. Mongodb database connection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors