git clone https://github.com/OneAirOne/angular_nodejs_api_marvel.git
API:
- go to api directory
cd ./api
- install all dependancies
npm install
- put your private and public key to the config file
api/bootstrap/env.js
- start the application
npm start
- go to http://localhost:3000/characters to see the data of all characters
CLIENT:
- go to the client directory
cd ./client
- insall all dependencies
npm install
- start the application
ng serve
- go to http://localhost:4200 to see the application