Skip to content

cunhasbia/marvel-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel App | back-end

Back-end of Marvel application - built to create a Rest API that consumes the official Marvel Comics API. Project developed for a challenge during studies at Growdev.

You can also click here to go to the front-end repository of this application. Run both projects together.


💻 Functionalities/guidelines

✔️ A route of character list, accepting parameters of filters and pagination;
✔️ A route of character details, taking the character id as a parameter;
✔️ A middleware for log requests, containing request method, url and parameters saved;
✔️ Follow the MVC design pattern and ESLint settings.

👩‍💻 Technologies and tools used:

  • Javascript ES6+
  • Nodejs
  • Yarn
  • Express | Axios | Cors
  • Nodemon | Sucrase
  • MVC design pattern
  • ESLint

▶️ How to run the project?

Before start, install Git and Node.js in your machine. Moreover, recommend use the VSCode terminal.

# Clone this repository
$ git clone https://github.com/cunhasbia/marvel-backend.git

# Access the repository on your terminal
$ cd marvel-backend

# Install dependencies
$ yarn install

# Run
$ yarn dev

Made with 🧡 by Bianca Cunha

About

back end of Marvel application - built to create a Rest API that consumes the official Marvel Comics API.

Topics

Resources

Stars

Watchers

Forks