Next.js, Tailwind CSS, Typescript, Shadcn/ui , Express , MongoDB
| Endpoint | Description |
|---|---|
| / | Home page with dashboard |
| /login | Login page |
| /signup | Signup page |
| /adminsignup | Signup admin using admin key |
| /edituser | (Admin only page) to edit employee details |
| /tasks | View and create tasks |
| /leads | View and create leads |
| /customers | View and create customer entries |
| /sales/creditnotes | View and create credit notes |
| /sales/estimates | View and create estimates |
| /sales/invoices | View and create invoices |
| /sales/items | View and create items to be used in sales subsections |
| /sales/payments | View and create payments |
| /sales/proposals | View and create proposals |
NEXT_PUBLIC_REGISTER_USER=your hosted api
NEXT_PUBLIC_ADMIN_REGISTER_USER=your hosted api
NEXT_PUBLIC_LOGIN_USER=your hosted api
NEXT_PUBLIC_USER_INFO=your hosted api
NEXT_PUBLIC_ALL_USERS=your hosted api
NEXT_PUBLIC_UPDATE_USER=your hosted api
NEXT_PUBLIC_GET_MANAGERS=your hosted api
NEXT_PUBLIC_SUPER_USERS=your hosted api
NEXT_PUBLIC_CREATE_TASK=your hosted api
NEXT_PUBLIC_GET_TASKS=your hosted api
NEXT_PUBLIC_UPDATE_TASK=your hosted api
NEXT_PUBLIC_GET_LEADS=your hosted api
NEXT_PUBLIC_CREATE_LEAD=your hosted api
NEXT_PUBLIC_UPDATE_LEAD=your hosted api
NEXT_PUBLIC_GET_CUSTOMERS=your hosted api
NEXT_PUBLIC_CREATE_CUSTOMER=your hosted api
NEXT_PUBLIC_UPDATE_CUSTOMER=your hosted api
NEXT_PUBLIC_GET_ITEMS=your hosted api
NEXT_PUBLIC_CREATE_ITEM=your hosted api
NEXT_PUBLIC_GET_GROUPS=your hosted api
NEXT_PUBLIC_CREATE_GROUP=your hosted api
NEXT_PUBLIC_GET_PROPOSALS=your hosted api
NEXT_PUBLIC_CREATE_PROPOSAL=your hosted api
NEXT_PUBLIC_UPDATE_PROPOSAL=your hosted api
NEXT_PUBLIC_GET_ESTIMATES=your hosted api
NEXT_PUBLIC_CREATE_ESTIMATE=your hosted api
NEXT_PUBLIC_UPDATE_ESTIMATE=your hosted api
NEXT_PUBLIC_GET_INVOICES=your hosted api
NEXT_PUBLIC_CREATE_INVOICE=your hosted api
NEXT_PUBLIC_UPDATE_INVOICE=your hosted api
NEXT_PUBLIC_GET_CREDIT_NOTES=your hosted api
NEXT_PUBLIC_CREATE_CREDIT_NOTE=your hosted api
NEXT_PUBLIC_UPDATE_CREDIT_NOTE=your hosted api
NEXT_PUBLIC_GET_PAYMENTS=your hosted api
NEXT_PUBLIC_CREATE_PAYMENT=your hosted api
NEXT_PUBLIC_UPDATE_PAYMENT=your hosted api