/mouse-lab-backend

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.

Primary LanguageJavaScript

Mouse Repository 🐭

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.

Technologies

  • nodeJS
  • express
  • cors
  • uuidv4
  • Jest

Concepts

  • Create API routes with HTTP protocols
  • Create uniques ids with uuid
  • Create API tests with Jest
  • API integration

Front-end

The Front-end was made by myself based on a ReactJS challenge, get here.

How to build

  1. Clone the Front-End

    git clone https://github.com/Marcosnto/mouse-lab-frontend
    
  2. Install the dependencies:
    yarn or npm install
    
  3. Open the terminal and execute:
    yarn start or npm start
    
  4. Clone this repository and make the step 2 and 3 again
    git clone https://github.com/Marcosnto/mouse-lab-backend
    
  5. Now it's working 🙅 (on my PC worked 😅)