Skip to content

19WDWU02/MongoDB-Front-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": ""
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published