Rest Api

import sw-1.sql into mysql

in server.js

setting you database connection

cd /sw-rest-api

npm install

node server.js

http://localhost:5000

React Front end

cd /sw-frontend

yarn install

npm start

http://localhost:3000