Projects built during Script Language Laboratory classes at Jagiellonian University
Create a simple store with a REST API server.
✅ 3.0 Create basic endpoints in for products and categories | Commit
✅ 3.5 Store data in a database on the server side | Commit
✅ 4.0 Use Axios for making calls | Commit
❌ 4.5 Use React Hooks for cart and payment option
❌ 5.0 Add CORS configuration on the server side and configure it on the client side