Development of calculate price of sent package and create crud of user.
Client: React, Bootstrap, Axios, Formik and Vite
the user creation part was done only the creation part.
the part get, delete and update, was not done, because the API does not support querying multiple users, so it is necessary to know which and how many users are registered in the system to carry out these operations in the database.
Clone the project
git clone https://www.github.com/lucasaugustodeveloper/test-frenet
Go to the project directory
cd test-frenet
Install dependencies
yarn install
Start the server
yarn preview