Tech used :
- React
- Redux
- NodeJS
API Endpoints :
Route : GET /
Description : Returns the entire Data of States
Route : GET /getstates
Description : Returns the List of States
Route : GET /getcities/:state
Description : Returns the list of major cities of a state
Steps to run Backend :
cd backend npm run server
Server opens on http://localhost:5000/
Steps to run Frontend :
cd frontend npm start
React Application opens on http://localhost:3000/