This is the backend repository for our modern SaaS (Software as a Service) application. It is built using Next.js (API Routes) with TypeScript, Node.js, and MySQL. This backend provides RESTful APIs and handles authentication, user management, and all core backend logic.
| Tech | Description |
|---|---|
| Next.js | Full-stack React framework (API Routes used) |
| TypeScript | Type-safe development |
| Node.js | Runtime environment for server-side logic |
| MySQL | Relational database |
| TailwindCSS | Utility-first CSS framework (UI if required) |
Create a .env file in the root and add the following:
PORT:4000
DB_NAME =
DB_USER =
DB_PASSWORD =
DB_DIALECT = mysql
DB_HOST = localhost
DB_PORT =
git clone https://github.com/Unique982/Saas-EdTech-Backend.git
cd saas-backendnpm run dev
# or
yarn dev🔐 Authentication (JWT or NextAuth)
📦 Subscription & Plans
🛒 Payment Integration (Stripe / eSewa)
🧾 Invoicing and Billing
📊 Admin Control Panel
📊 Institute Control Panel
📊 Teacher Control Panel
📊 Student Control Panel
🌐 Multi-tenancy support (optional)If this project meets your requirements and you want to discuss or use it:
📱 Call Me: +977-9864728224
📧 Email: uniqueneupane153@gmail.com
🌐 Portfolio/Website: www.khemrajneupane.com.np
🔗 GitHub: https://github.com/Unique982/Saas-EdTech-Backend.git
Feel free to reach out for collaboration, customization, or deployment support.