The Wayback Machine - http://web.archive.org/web/20210119171801/https://github.com/eglavin/Nest-Bookmark-Manager
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nest Bookmark Manager

Data Representation and Querying Project

Galway Mayo Institute of Technology 2018

Installation:

Prerequisites

  • Git cli
  • Node package manager

    Note: AngularCLI is unnecessary as npm i will install the version used within the project

To run the project front-end use the following commands

git clone https://github.com/GlavinsGadgets/GMIT-Y4-DRQ-Nest
cd GMIT-Y4-DRQ-Project
npm i
npm start

To start the Server backend please open another Terminal and run

cd GMIT-Y4-DRQ-Project/Server/
node serve.js

After running the previous commands you will be able to open a browser window and view the site at the link http://localhost:4200/

Development Notes

Packages Used

  • @angular/material
  • material-icons
  • express
  • mongoose
  • cors

Browser Used during development

  • Mozilla Firefox

Issues

Find any problems with the app feel free to send in a report in the Issues tab.

About

GMIT Year 4 Data Representation and Querying Project

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.