This is a project that consists of a backend and client application.
The backend folder contains the Express server.
- Node.js (I used version 18.13.0)
-
Open a terminal and navigate to the
backend
folder. -
Run the following command to install the dependencies:
npm install
To start the Express server, run the following command:
npm run dev
The server will start running on http://localhost:8000.
The client folder contains the Vite application.
- Node.js (I used version 18.13.0)
-
Open a terminal and navigate to the
client\weather-assistant-app
folder. -
Run the following command to install the dependencies:
npm install
To start the Vite development server, run the following command:
npm run dev
The client application will be available at http://localhost:5173/.
- Samat Kalshabekov - Seminarian 👨🏽🚀
- Almaz Balgali - Mentor 👨🏽🚀
- nFactorial School 🚀 💜