Application based on NodeJS Rockseat challenge.
On this appplication is possible to: add a repository, made the repository favorite, list the favorites repositories and remove a repository.
The objective of this application is pratics the ReactJS knowlogies.
- nodeJS
- express
- cors
- uuidv4
- Jest
- Create API routes with HTTP protocols
- Create uniques ids with uuid
- Create API tests with Jest
- API integration
The Front-end was made by myself based on a ReactJS challenge, get here.
-
Clone the Front-End
git clone https://github.com/Marcosnto/mouse-lab-frontend
- Install the dependencies:
yarn or npm install
- Open the terminal and execute:
yarn start or npm start
- Clone this repository and make the step 2 and 3 again
git clone https://github.com/Marcosnto/mouse-lab-backend
- Now it's working 🙅 (on my PC worked 😅)