passosmf / movies

Angular 8 bootcamp with Angular Material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Linkedin Badge

Angular TypeScript

A simple project just to sharp some Angular 8 skills.

Movies

This project was generated with Angular CLI version 8.3.18.

A manager movies list that allows create, edit and list your favourites movies.

Back-end

A mock back-end server was created based on JSON Server (https://github.com/typicode/json-server)

After clone the project, open the terminal, go to project folder and execute below commands:

To install json-server run: npm install -g json-server

To run: json-server --watch db.json

To test: open the browser and access: http://localhost:3000/movies/

About

Angular 8 bootcamp with Angular Material

License:MIT License


Languages

Language:TypeScript 67.5%Language:HTML 21.8%Language:SCSS 6.6%Language:JavaScript 4.1%