Server repo: https://github.com/baodv1001/LanspireServer
- Course management
- Class management
- Student management
- Staff management
- Statistics
- Settings, regulations
- Client: React, Ant Design
- State management: React Redux
- Server: Node.js, Express, Sequelize ORM
- Database: PostgreSQL, Firebase Storage (for assets)
- Visit https://lanspire.vercel.app/
- Login with one of these accounts:
Role | Username | Password |
---|---|---|
Admin | admin | 111111 |
Lecturer | lec | 121212 |
Employee | emp | 121212 |
or
- Clone the client-side and server-side
- Set up PostgreSQL
- Go to both project directories and run this command:
yarn start
- And enjoy this moment!
Create a feedback in Issues section, each of your feedback will help us improve the app. Thank you once again for your assistance!