Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 525 Bytes

README.md

File metadata and controls

61 lines (38 loc) · 525 Bytes

Weather App

Run Locally

Clone the project

  git clone https://github.com/emreimamoglu/weather.git

Go to the api project directory

  cd weather/api

Install dependencies

  npm install

Start the server

  npm run start

Start the server

  npm run start

Go back to project root

  cd ..

Create an .env file

  cp .env.example .env

Install dependencies

  npm install

Start the server

  npm run dev