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