- Client
- Server
- Framework : Node.js Express
- Database : MySQL
before getting start, you should install modules by using npm
npm install
souce code for starting the server is in /index.js
node app.js
or if you installed nodemon
npm run start
before getting start, you should install modules by using npm
npm install
souce code for starting the server is in /index.js
node app.js
or if you installed nodemon
npm run start