Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 648 Bytes

Vuejs-client

A Fullstack Vuejs Application for managing list of clients

Prerequisites

You need to have MongoDB, Nodejs, and Npm installed globally on your local machine

Installing

  • Clone the repository
  • Navigate to the location of the folder and run npm install to install dependencies
  • On a different tab run command mongod to start up MongoDB server
  • Command mongo can be used to perform administrative operations on MongoDB
  • Run command node server.js to start server

API Documentation

The API documentation is documented using Swagger and can be accessed at http://localhost:3000/api-docs