/TheBlog

Primary LanguageTypeScript

Blog developed using Angular, NestJs, Faker.Js, Bulma

The project consists of two parts :

  1. ClientSide : with Angular and Bulma
  2. ServerSide : with NestJs and Faker.Js

Features

  • Angular
  • NestJs
  • Routing
  • Bulma framework based on Flexbox
  • RxJS/Observables
  • Angular forms
  • Http

Get started with the Code

Either clone this repository or fork it on GitHub and clone your fork:

git clone https://github.com/ilyassking/TheBlog.git
cd ServerSide
npm install
npm run start:dev
cd ClientSide
npm install
ng serve

ScreenShot (Client) :

1 2 3 4 5 6 7 8

ScreenShot (Server) :

1 2 3 4 5