🌤 May 2021
⚙️ Backend
✨ Frontend - check the frontend repo
🔗 Netlify - check that
Marvel web app made at Le Reacteur Bootcamp.
5 screens are availables: home page with all the Marvel's characters, comics page, individual character page, signup and login.
✘ Create a server (Express)
✘ Create models
✘ Code signup and login endpoints
✘ Do HTTP requests to Marvel's API
✘ Implement a React router
Javascript
NodeJS
Express
Express Formidable
Mongoose
Axios
Be sure, you have installed all dependencies to run the project.
1️. Clone this repository
git clone https://github.com/manon-boiteau/marvel-back-LeReacteur.git
cd marvel-back-LeReacteur
2️. Install packages
npm install
3️. When installation is complete:
node index.js
🙏🏻 Thank you @LeReacteur.