Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 622 Bytes

Book store project

Project for Web technologies and e-Services Backend by Carbon group

Requirement

  • Javascript - Programming language
  • ReactJS - Framework
  • HTML, CSS - UI
  • MySQL - Database
  • Carbon framework - Backend framework

Quick start:

  1. Make sure you already installed Nodejs in system.
  2. Run command npm i for install all dependances
  3. Run command npm start for run the app in the development mode
  4. Open http://localhost:3000 to view it in your brower

Deploy vercel