Skip to content

KamalKant-Tech/node-weather-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weather-server

Node JS Tutorial Using Express Framework

Installation

Use the npm package manager to install.

npm install

Create src/.env file and add following details into it.

AWS_ACCESS_KEY='**********'
AWS_SECRET_ACCESS_KEY='**********'

You Should have one more file called db.json which contains your DB details

{
    "host" : "*****",
    "user" :"*****",
    "password" :"*****",
    "database" : "*****"
}

Usage

Checkout or Move to Project Directory & Run 

npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Node JS Tutorial Using Express Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published