Skip to content

OneAirOne/angular_nodejs_api_marvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/OneAirOne/angular_nodejs_api_marvel.git

API:

  1. go to api directory
cd ./api
  1. install all dependancies
npm install
  1. put your private and public key to the config file
api/bootstrap/env.js
  1. start the application
npm start
  1. go to http://localhost:3000/characters to see the data of all characters

CLIENT:

  1. go to the client directory
cd ./client
  1. insall all dependencies
npm install
  1. start the application
ng serve
  1. go to http://localhost:4200 to see the application

About

This is a playground fro testing angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published