Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 859 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 859 Bytes

MongoDB Front End

Before you start

This project is the front end version of our mongodb products project.
For this to work you will have to also have a server running and have it connected to mongodb.
The repo for our server is located here mongoDBServer.

Installation

To install everything needed for this project you need to have a stable version of Node JS and NPM installed on your computer or server.

Clone and Install the node modules project

$ git clone https://github.com/19WDWU02/MongoDB-Front-End.git
$ cd MongoDB-Front-End
$ npm install

You also need to create a config.json file and include the following lines.
The url and port need to be the once used to run your node server

{
  "SERVER_URL": "",
  "SERVER_PORT": ""
}