Skip to content

๐Ÿ’ฐ Sistema CRUD com banco de dados MySQL utilizando PHP Laravel e Blade Template.

License

Notifications You must be signed in to change notification settings

rafaelfachinelli/laravel-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PROJECT NAME

Repository Size GitHub last commit Developed by Rafael Fachinelli Project License

Preview โ€ข About โ€ข Tasks โ€ข Run โ€ข Technologies โ€ข Author โ€ข License


๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Preview

๐Ÿ–ฅ๏ธ Computer

Desktop Ultra Wide
Desktop Ultra Wide

๐Ÿ“ฑ Responsive

Tablet Mobile
Tablet Mobile

โ„น๏ธ About

Description about this project.


๐Ÿ“ Tasks

Click to View
State Task
โœ”๏ธ Describe your task finished.
โŒ Describe your task unfinished.

โ–ถ๏ธ Run

To run the project you need to download this repository, have the Node Package Manager (NPM) or the YARN Package Manager installed (YARN).

๐ŸŒ Web

Open the command prompt in the project directory, open the example/ folder and execute the following commands:

with npm
# Install dependencies
$ npm install

# Start development server
$ npm start
with yarn
# Install dependencies
$ yarn

# Start development server
$ yarn start

โš ๏ธ The development server will start on port:PORT - Access http://localhost:PORT

๐Ÿ“ฑ Mobile

Open the command prompt in the project directory, open the example/ folder and execute the following commands:

with npm
# Install dependencies
$ npm install

# Start development server
$ npm start
with yarn
# Install dependencies
$ yarn

# Start development server
$ yarn start

โš ๏ธ The development server will start on port:PORT - Access http://localhost:PORT

๐Ÿ—„๏ธ Server

Open the command prompt in the project directory, open the example/ folder and execute the following commands:

with npm
# Install dependencies
$ npm install

# Start development server
$ npm start
with yarn
# Install dependencies
$ yarn

# Start development server
$ yarn start
๐Ÿ’ซ API Routes
[POST] Create OBJECT /api/create/OBJECT
[PUT] Update OBJECT /api/update/OBJECT/:id
[GET] Get OBJECT /api/view/OBJECT/:id
[GET] Get All OBJECTS /api/view/OBJECTS
[DEL] Delete User /api/delete/OBJECT/:id
[DEL] Delete All OBJECTS /api/delete/OBJECTS

โš ๏ธ The development server will start on port:PORT - Access http://localhost:PORT


๐Ÿ› ๏ธ Technologies

The following tools is used to build this project:

๐ŸŒ Web ๐Ÿ“ฑ Mobile ๐Ÿ—„๏ธ Server
Example Example Example

๐Ÿ‘ฆ Author

Author


โš–๏ธ License

License

About

๐Ÿ’ฐ Sistema CRUD com banco de dados MySQL utilizando PHP Laravel e Blade Template.

Topics

Resources

License

Stars

Watchers

Forks