FULL Stack project (React and API REST/SQL Database) that simulates a Market System and Website. Developed as a content fixation project in Labenu's Full Stack Web Developer course. On the website, the user can sign up as a client, see the list of products available, add products on cart to order and schedule the delivery.
https://caramel-market.surge.sh/- React.js
- Javascript
- Typescript
- Node.js
- MySQL
- Express.js
- Knex.js
- Create Client
- Create Order
- Get All Clients
- Get All Products
- Get Stock
git clone https://github.com/mariafmf/market-fullstack
cd market-fullstack
npm install
cd market-backend
npm install
npm run migrations
cd ../
cd market-frontend
npm install
npm run start