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.
✔️ 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.
- Javascript ES6+
- Nodejs
- Yarn
- Express | Axios | Cors
- Nodemon | Sucrase
- MVC design pattern
- ESLint
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