A simple SPA on Angular 6 implementing Firebase Authentication using AngularFire 2 and Json-Server as a fake API to execute CRUD operations. Based on Bootstrap 4.
- Angular 6
- Bootstrap 4
- AngularFire 2
- Json-Server
- Install all dependencies
$ npm install- Run Json-Server (runs on http://localhost:3000):
$ npm run json-server- Start Angular app:
$ ng-serveFake Data are stored on
db.jsonfile in the root directory.
MIT