Technologies
# Technologies for Frontend
## These points you to help a create a maintainable code
- Seprate your backend and frontend folder
- Seprate your also backend and frontend in components folder
- If you need some dynmic data from database or through any api
- Fetch all data process in route folder then pass all data as props into components
# Backend
## Backend technologies
- NextAuth: (for authentication)
- Mongodb: (for DATABASE)
- Prisma: (ORM in database)
- Telegram chat bot: (New course request message)
- server action : (Api)Last updated