nadaabdelmaboud / Mirai

Mirai is a simple blog application with Authentication/Authorization with some features like creating posts - editing posts - real time comments with socket.io - editing personal info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirai

Blog - MEAN stack

Mirai is a simple blog application with Authentication/Authorization with some features like creating posts - editing posts - real time comments with socket.io - editing personal info

viewing blog page needs no auth so users could share their blogs

intro

Heroku link :

https://gorgeous-redwood-67191.herokuapp.com/

Tools:

FrontEnd :

Angular 6

styling with pure scss

Backend :

Nodejs - Express - Mongodb

run

First to run express server

npm install

node app.js

to run angular (open another terminal)

cd angular-Mirai

npm install

ng serve

open http://localhost:4200

About

Mirai is a simple blog application with Authentication/Authorization with some features like creating posts - editing posts - real time comments with socket.io - editing personal info


Languages

Language:JavaScript 98.0%Language:HTML 1.1%Language:TypeScript 0.6%Language:CSS 0.3%