Skip to content

MonkeySki/CISE-SPEED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISE-SPEED

SPEED is a web page developed as part of a university project for the paper Contemporary Issues in Software Engineering. It uses mongoDB, React, Express and Node.js

Installation

To install and run this application locally you will need to create an account with mongoDB and set up a cluster to act as your database.

Once you have set up your mongoDB you will need to create a .env file in the root directory and include your mongoDB driver code as shown below.

image

With mongoDB set up create two separate terminals to run the frontend and backend components.

In the first terminal navigate to the backend directory.
From the backend directory
run npm install
npm start

In the second terminal navigate to the frontend directory.
From the frontend directory
run npm install
npm start

The application is now launched and connected to your databse enjoy :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages