CRUD operations, user authentication and responsive ui
- Next.js
- Tailwind css
- MySQL
- PHP
- NextAuth
Getting started:
- Start mysql and web server with PHP interpreter
- Host 'note-app' folder from backend directory
- Import database from note-app.sql
- Change username and password for mysql user in config.php if needed
npm install
npm run build
npm start
Open http://localhost:3000 with your browser to see the result.