Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 746 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 746 Bytes

Mausam - weather app

routes in the project
-------------------------------
\  - signup page
\login - login page
\dashboard - main module page
\history - history page

Available Scripts

Front end

To run Front end :
go to folder and run

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Back end

To run Back end Server:
go to /server folder situated inside the main /Mausam folder

npm install

nodemon server

Open http://localhost:8000 to view it in the browser.