Skip to content

It is a basic CRUD app. Which is built using Flutter for the Frontend and Express js for the Backend. It can able Create, Read, Update, and Delete the data by using API.

License

Notifications You must be signed in to change notification settings

PugazhendhiDev/flutter-express-api-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flutter-express-api-crud (Create, Read, Update, Delete)

It is a basic CRUD app. Which is built using Flutter for the Frontend and Express js for the Backend. It can able Create, Read, Update, and Delete the data by using API.

Getting started

Backend:

  • RUN npm install

Frontend:

Database:

Package to be installed: Backend:

  • express npm install express
  • body-parser npm install body-parser
  • cors npm install cors
  • mysql2 npm install --save mysql2

Frontend:

Packages to be imported: Backend:

  • express
  • body-parser
  • cors
  • mysql2

Frontend:

  • http

About

It is a basic CRUD app. Which is built using Flutter for the Frontend and Express js for the Backend. It can able Create, Read, Update, and Delete the data by using API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published