Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisankarchinnam committed Mar 2, 2022
1 parent 9ac01bc commit 8d92d9f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cd server && yarn install
yarn start
```

### Improved (If I had more time)
### Enhancements

> - Write unit tests & cypress test
> - Configure better linters and pre commit hooks(husky)
Expand All @@ -73,7 +73,6 @@ yarn start
7. Implement Bidding system intefaces
8. Implement Favorites list.
9. I18N for multiple languages
10. Lot more possibilities...

#### Backend

Expand All @@ -83,4 +82,7 @@ yarn start
4. Implement CRUD Operations for Contractors
5. Implement CRUD operations for specialities
6. Implement Bidding system API
7. Lot more...

## Author

> Ravisankar Chinnam
16 changes: 10 additions & 6 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,16 @@ yarn start
## Enhancements

1. Implement Redux project in increase size
2. Search based on city, and other properties
3. Interface to CRUD contractor
4. Interface to CRUD specialization
5. Create Login/Register
6. Lot more possibilities...
1. Server size rendered using Next.js
2. Implement Redux project in increase size
3. Search based on city, and other properties
4. Interface to CRUD contractor
5. Interface to CRUD specialization
6. Create Login/Register
7. Implement Bidding system intefaces
8. Implement Favorites list.
9. I18N for multiple languages
10. Lot more possibilities...

## Author

Expand Down
7 changes: 4 additions & 3 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ yarn run dev
## Enhancements

1. Integrate API with real database.
2. Implement Search Features (limit, sort, etc.)
2. Implement Search Features (limit, sort, pagination, etc.)
3. Implement Session management
4. Provide CRUD Operations for Contractors and thier specialities
5. Lot more...
4. Implement CRUD Operations for Contractors
5. Implement CRUD operations for specialities
6. Implement Bidding system API

## Author

Expand Down

0 comments on commit 8d92d9f

Please sign in to comment.