This app was built with MySQL, ExpressJS, ReactJS & NodeJS.
In the project directory:
Run cd client
-> npm install
or npm i
.
Run app npm run dev
.
Open http://127.0.0.1:5173/ or the URL that appear on terminal to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Run cd server
-> npm install
or npm i
.
Make .env file on root server directory, add APP_PORT for default server port and SESS_SECRET for session key.
Run server node index.js
or nodemon index
if using nodemon.\
Configure database settings on server/config/database.js
.
MySQL database needed.
This app was developed by Much Darmawan Iriansyah Syam.