Skip to content

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.

Notifications You must be signed in to change notification settings

mariafmf/market-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Caramel Market πŸ›οΈ

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.

🌐 Link on Surge:

https://caramel-market.surge.sh/

πŸ‘©β€πŸ’» Technologies

  • React.js
  • Javascript
  • Typescript
  • Node.js
  • MySQL
  • Express.js
  • Knex.js

β­• API Endpoints

  • Create Client
  • Create Order
  • Get All Clients
  • Get All Products
  • Get Stock

πŸ“ƒ Documentation

https://documenter.getpostman.com/view/25676072/2s93CLtZrP

πŸ’» Running the Project

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

πŸ”— Deploy

https://market-fullstack.onrender.com

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published