Current Status: 🔴 Discontinued
Not maintainedCan have somes bugs
Learning Project
/!\ Not Finished /!\
Aim is to create a system of sharedable flash cards to learn.
Second year college project to learn course with a flash cards application.
The projet have aim to learn Laravel framework.
List any prerequisites or dependencies required for the project. PHP PHP/Web Server : like XAMP, LAMPP, WAMP, IIS, etc... Laravel CCS/HTML
- Clone the repository'
git clone https://github.com/yohemm/FlashCards.git
- Install dependencies php for mysql plugin
php artisan migrate
php artisan serve
Open the index.php file with your web server.
Highlight the main features or functionalities of the project. Consider including bullet points, lists, or descriptions.
- / : root
- /login : login page
- /register : register page
- /logout : logout page
- /flashcards : flashcards page
- /user : user page
- /user/new : create new user
- /user/{pseudo}-{id} : an user page
- /user/{id}/edit : edit user
- /card/ : card list page
- /card/{slug}-{id} : a card page
- /card/{id}/edit : edit card
List the technologies, frameworks, or libraries used in this project.
Provide any configuration instructions necessary to set up or customize the project. Examples include environment variables or configuration files.
No configuration is required.
- Yohem - Initial work - Yohemm
This project is licensed under the CC BY-NC-SA 4.0.
For questions or feedback, please reach out:
- GitHub Issues: Create an Issue