Application made to test the 'unform' library of RocketSeat
This project was carried out with the following technologies:
Created backend in NodeJS to simulate the search for data from an api, where a simple example JSON object returns.
Created a simple ReactJS web page with a test form.
Extremely simple, just follow the step by step:
- Clone the repository --> git clone https://github.com/DanielSchwingel/unform-example.git
- Access path to unform-example --> cd unform-example
- Access path to backend --> cd backend
- Install all dependences --> npm install
- Start the backend --> npm start
- Access path to web --> cd web
- Install all dependences --> npm install
- Start the web --> npm start