abnerborgonha / marvel-stone-api

A platform for marvel fans where you can see and favorite your favorite characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Marvel Stone API - Code Challenge Stone

A platform for Marvel fans to view and favorite their favorite characters and comics

๐Ÿ—’๏ธ Requirements

โš™๏ธ How to setup?

# Install all dependencies.
$ yarn or npm i

# Clone the .env.example file to .env and set all empty vars with you own credentials.
$ cp .env.example .env

๐Ÿงช How to run the tests?

# Run all tests.
$ yarn test

๐Ÿก How to local run?

# Start developer server.
$ yarn start:dev

๐Ÿš€ How to run in production?

# Start prodction server.
$ yarn start:prod

๐Ÿ› ๏ธ Techs

About

A platform for marvel fans where you can see and favorite your favorite characters

License:MIT License


Languages

Language:TypeScript 99.6%Language:Shell 0.2%Language:JavaScript 0.2%