Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeep16 authored Sep 6, 2024
1 parent 9c4650e commit 5842b8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ This project is under active development. Below is a list of features that have
- [ ] Responsive design improvements

### Backend
- [ ] Set up Spring Boot project
- [ ] Implement basic product API
- [X] Set up Spring Boot project
- [X] Implement basic product API
- [ ] User authentication and authorization with JWT
- [ ] Order processing and management
- [ ] Integration with payment gateway
- [ ] Admin dashboard for product/order management

### Database
- [ ] Create PostgreSQL database schema
- [ ] Set up entity relationships (products, users, orders)
- [X] Create PostgreSQL database schema
- [X] Set up entity relationships (products, users, orders)
- [ ] Seed database with initial data

### Other
Expand Down

0 comments on commit 5842b8f

Please sign in to comment.