Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.