School assigment to create a simple document viewer and editor.
Clone the repo on your own computer then enter the following in the terminal:
- cd fronten
- npm i
- npm run dev (needs to run at the same time as backend)
- Download everything necessary for mysql local server + workbench
- cd backend
- npm i
- nodemon start (needs to run at the same time as frontend)
React - Javascript - Vite - Sass - NodeJS - Express - mySql