/Angular8-blogApp

A full stack app made with Angular 8, tailwindCSS and json-server.

Primary LanguageTypeScript

Full stack angular blog app

Backend

  • Custom api made with json-server and lowdb as db.
  • Use faker to generate random data.
  • Custom authentication and authorization middelware.

Frontend

  • Use lowdb as browser db.
  • Contains frontend authorization logic.
  • Use tailwind as css framework.

Test

  • Use jest as testing framework.

Develop

Run npm run app to run the app in dev mode.