Skip to content

Kaelx/ReactJS-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD ReactJS

  • Create, Read, Update, and Delete operations
  • Frontend built with ReactJS
  • Backend powered by Express.js
  • Data storage using MySQL
  • API communication with Axios
  • Navigation handled by React Router

Dependencies


To run the app

  • Open XAMPP and let the MySQL start. Import the database provided.
  • In cmd/terminal, cd the server directory then do the npm install to install the dependencies.
  • npm run dev to start the server. Do not close the cmd/terminal.
  • Open another cmd/terminal, cd the app directory then do the npm install.
  • npm run dev to start the application. Do not close the cmd/terminal.
  • Open a browser and type in the URL localhost:5173 or else that indicate in the cmd/terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published