Atenea is an app to consult and manage school grades. This project is being developed in a context of Fullstack Bootcamp in Málaga.
Sketch | Figma | Atomic Design | Workflow |
---|---|---|---|
Stacks |
---|
- FLor Tiscornia https://github.com/FlorTiscornia
- Lola Navarro https://github.com/ZLoln
- Lola García https://github.com/LolaGM
- Carmen Gallardo https://github.com/CarmenGP
- Verónica Flores https://github.com/veflo13
- Elena Mª Pérez https://github.com/elenarjonap
- Clone the project
git clone https://github.com/FlorTiscornia/atenea.git
-
Create a MySQL database called "Atenea"
-
Create an .env file in the text editor copying the content of .env.example and modify the name of the database (laravel by ¨Atenea¨)
-
Install dependencies
install npm
composer install
- Activate the server and keep this terminal open
npm run dev
- Import database
php artisan migrate:fresh --seed
- Open php server
php artisan serve
To run the tests open terminal and enter the command
php artisan test | vendor/bin/phpunit |
---|---|
📚Methodology:
- Methodology Agile with Scrum.
- Mob Programming.
- Pair Programming.
- TDD.
- Software Design Pattern MVC developed with Laravel framework.
🧪Next Steps:
- Some design tweaks and improvements.
- Finish the CRUD of the grades and integrate the drag 'n drop.
- Add more teachers and subjects.
- Add more functions to the app such as exam dates or relevant information.
- Upgrade the app with more classrooms/groups, academic years and the possibility to develop it for multiple schools.
****The "gradesCopy" branch contains a partial CRUD in progress.****