Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 804 Bytes

Website-Builder

A dynamic tool for creating websites without writing a single lines of code! Created in React and NodeJS, using MySQL Server for the database.

Videos

Dependencies

  • NPM package manager
  • MySQL Server
  • MySQL Workbench

How to run

  1. Install Client dependencies cd client; npm install
  2. Install Server dependencies cd server; npm install
  3. Run Node JS Server cd server;npm run devStart;
  4. Run React Application cd server;npm start;

Screenshots

image image