Marvelog is a application that work as a Marvel catalog where you can favorite your comics and characters from Marvel.
- Fulfill a .env.dev file based on .env.example, then
For Docker and Docker Compose users:
cd marvelog-server && npm run cs:local
Running without Docker Compose:
- Install both projects dependencies
npm ci
- Do the following:
- For Backend:
cd marvelog-server && npm run start:localdebug
or (if you don't want to debug)
npm start
- For Frontend:
cd marvelog-client && npm
- Search with Enter on the main page of character and comics
- Order the search on all pages
- Create a "forgot password" page
- Check if the last modified date from the returned data from Marvel's API is greater than the one in database and update the database record if so
👤 Murilo Andrade
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Licensed under the MIT license