Skip to content

AbhinavReddy-Dev/weatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weatherapp

To run the app

  1. Clone the repo and run cd weatherapp.
  • Create a .env file in the root directory and complete the variables as mentioned in .env.example, also in Dockerfiles of client and server and docker-compose.yml.
  1. Run cd client && npm install && npm run dev to install the client dependencies and run the client.

  2. In a seperate terminal, run cd server && npm install && npm start to install the server dependencies and run the server.

To run using Docker Compose

Run docker-compose up --build to build and run the app.