Backend: Express and mysql
Frontend: react and material-ui
- Make a mysql database named streamshare running at
port 3306
- Open a shell and enter these commands in the
server
directorynpm install
node index.js
- The backend express is running at
port 5000
- Open a shell and enter these commands in the
client
directorynpm install
npm start