Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pridebnath/agspert-assignment


https://github.com/pridebnath/agspert-assignment

Last synced: about 4 hours ago
JSON representation

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
```