Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 569 Bytes

File metadata and controls

15 lines (8 loc) · 569 Bytes

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.