Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 821 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 821 Bytes

News and Weather Api

Technology

  • Node.js
  • Express.js
  • Postgresql

Features

  • News API (Need Authorization)
  • Weather API

Pre requisites

  • Create a table users with fields username,email,password in database named techalchemy

How to Run

Get the repo
npm install
create .env file like below
npm run dev (To Run development)
App will start on default port 9090

.env sample