Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingarthurwashere/school-management-api
https://github.com/kingarthurwashere/school-management-api
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kingarthurwashere/school-management-api
- Owner: kingarthurwashere
- Created: 2024-01-30T09:14:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-03T01:06:22.000Z (10 months ago)
- Last Synced: 2024-04-18T13:11:45.653Z (7 months ago)
- Language: PHP
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# School Management System Full Stack Application
## Requirements
You need to have PHP version **8.0** or above. Node.js version **20.9** or above.
## Installation
#### Backend
1. Clone the project
2. Go to the project root directory
3. Run `composer install`
4. Create database
5. Copy `.env.example` into `.env` file and adjust parameters
6. Run `php artisan serve` to start the project at#### Frontend
1. Navigate to `school-management-frontend` folder using terminal
2. Run `npm install` to install vue.js project dependencies
3. Start frontend by running `npm run dev`
4. Open## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).