This is a basic practical crud Next.js project bootstrapped with create-next-app
.
It's a serverless crud app with authentication and other features, explore the demo for better understanding'. You can signin using Google or Giyhub and Write, Edit, Delete your posts.
- TSX, Css,
- TypeScript
- Nextjs v13.4.1
- Packages: mongodb, mongoose, next-auth, react-icons, date-fns
- Routing: useing new app directory
- Authentication
- Adding prompt
- deleting prompt
- updating prompt
- getting prompt
- filter
Create .env.local from '.env.example' file and declare the project environment variables
Install Portfolio-Blog using npm
npm install
npm run dev