WBLOG App MEVN

  • Technology: NodeJS, ExpressJs, MongoDB, VueJs 3, tailwindCSS
  • Publication date: 09/11/2022

Feature

  • Register. Review Local
  • Login. Review Local
  • blog Review Local
  • question Review Local
  • add blog Review Local
  • search Review Local
  • read blog Review Local
  • choose an answer Review Local
  • other profile Review Local
  • dashboard Review Local
  • report Review Local

How to run project?

  • Download:
  • Visual Studio Code (Use 2 extension Vetur and Vue 3 Snippets).
  • MongoDB Compass (Open wblog to view databse).
  • NodeJs.
  • Run project:
  • Run server:
  • cd backend

  • npm install (npm i)

  • npm start

  • Run client:
  • cd frontend

  • npm install (npm i)

  • npm run dev

  • Open 2 browser, visit website: http://localhost:8081
  • Enjoy it!

Documment