/reactjs-crud

🧑‍🤝‍🧑 Simple application that allows you to register, view, edit and delete users.

Primary LanguageJavaScript

React.JS CRUD

📷 Screenshot:

👷 How work ?

# Clone this repository
$ git clone https://github.com/KaikySantos/reactjs-crud.git
# Access the project folder
$ cd reactjs-crud

📦 Start API

# Access the project folder
$ cd backend

# Install the dependencies
$ yarn install

# Run the application
$ yarn start

URL: http://localhost:3333/

💻 Run the application

# Access the project folder
$ cd reactjs-crud/frontend

# Install the dependencies
$ yarn install

# Run the application
$ yarn start

Go to http://localhost:3000/ to see the result!