News Management

A simple management news, there are the components to build it, such as :

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Clone the repository
git clone https://github.com/selamatpurba04/news-management-expressjs-vuejs.git newsManagement

Installing Server (Backend)

  • Install NPM packages
cd newsManagement/server
npm install
  • Make sure mongodb service already running
service mongod status
  • Run mongod with a local data directory
mongod --dbpath=data
  • Run the server
npm run start

Installing Client (Frontend)

  • Install NPM packages
cd newsManagement/client
npm install
  • Run the server
npm run start