https://github.com/allan7yin/weather-application-be
Simple MERN application for showing weather
https://github.com/allan7yin/weather-application-be
express javascript mongodb nodejs react templating-engine
Last synced: 16 days ago
JSON representation
Simple MERN application for showing weather
- Host: GitHub
- URL: https://github.com/allan7yin/weather-application-be
- Owner: allan7yin
- Created: 2022-10-28T15:45:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T23:55:55.000Z (over 3 years ago)
- Last Synced: 2025-04-05T09:41:04.410Z (about 1 year ago)
- Topics: express, javascript, mongodb, nodejs, react, templating-engine
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-application-be
Back end of weather application, built using NodeJs and Express. Retrieved weather data through OpenWeatherMap API and PositionStack API calls.
### How to run
1. Clone the repository
2. `npm i` to install all project dependencies
3. `npm run start` to launch application, or `npm run dev` to run in development mode