https://tejisav.github.io/2019/03/26/project-b-tutorial.html
You can follow this tutorial if you want to know in detail about this project.
- Rename .env.example to .env and configure the database environment variables using your MySQL endpoint and email credentials
- Database sql files are provided in the root db directory
- Make sure your endpoint is accessible to the outside world
git clone https://github.com/tejisav/nextjs-express-mysql-starter.git
cd nextjs-express-mysql-starter/src
npm install
npm run dev
git clone https://github.com/tejisav/nextjs-express-mysql-starter.git
cd nextjs-express-mysql-starter/src
npm install
npm run build
npm start