Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelfcosta/enroll_rest_api_php
This project is a simplified student enrollment system. backend: RESTful API with Laravel. Frontend: React and Vue3
https://github.com/emanuelfcosta/enroll_rest_api_php
backend frontend full-stack laravel mariadb mysql php8 react reactjs vue3 vuejs
Last synced: about 1 month ago
JSON representation
This project is a simplified student enrollment system. backend: RESTful API with Laravel. Frontend: React and Vue3
- Host: GitHub
- URL: https://github.com/emanuelfcosta/enroll_rest_api_php
- Owner: emanuelfcosta
- Created: 2024-07-31T14:36:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:51:20.000Z (6 months ago)
- Last Synced: 2024-11-08T04:44:28.553Z (3 months ago)
- Topics: backend, frontend, full-stack, laravel, mariadb, mysql, php8, react, reactjs, vue3, vuejs
- Language: PHP
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This project is a simplified student enrollment system. In the backend we use a **RESTful API with Laravel**
in the frontend we use **React and Vue3** .
The main objective is to show the mapping, the functionality (with CRUD operations) and also the frontend in React and Vue3.![Main model](https://erp.emanuelcosta.com.br/img-sistemas/enroll-model.png)
## React
![Enroll react](https://erp.emanuelcosta.com.br/img-sistemas/enroll-react-laravel.png)
## Vue3
![Enroll Vue](https://erp.emanuelcosta.com.br/img-sistemas/enroll-vue-laravel.png)
The first thing to do is configure your database credentials in the **.env** file.