Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pridebnath/agspert-assignment
https://github.com/pridebnath/agspert-assignment
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pridebnath/agspert-assignment
- Owner: PriDebnath
- Created: 2024-06-01T12:51:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T16:32:31.000Z (6 months ago)
- Last Synced: 2024-10-12T22:17:52.083Z (about 1 month ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend - Live 🔴
https://agspert-assignment-by-pri.netlify.app/### Run frontend locally
```
cd frontend
```
```
npm i --legacy-peer-deps
```
```
npm start
```
##### Make sure to change Domain to local in below file .
AgSpert-assignment/frontend/src/redux/utils/constants/apiConfig.ts### Run backend locally
```
cd backend
```
```
npm i --legacy-peer-deps
```
```
npm start
```