-
Notifications
You must be signed in to change notification settings - Fork 3
Frontend
Aishwarya Vijay Sinhasane edited this page Feb 4, 2022
·
1 revision
- Dependencies
Node / NPM Run the development server:
- Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install 14.18.0
- Install Dependencies
npm install
npm audit fix (i.e If you get any issues)
npm run dev
Navigate to http://localhost:3000 on your browser.
- SignUP
- Login
- Accessing Weather Requests
- Access Audit History.
- Architecture
- Workflows & Use Case Diagram
- API Reference
- API Reference for Merra Data
- Microservices
- Local Installation
- Scalability