Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 793 Bytes

File metadata and controls

29 lines (28 loc) · 793 Bytes

Research-API

Background

The goals for this repository are:

  1. Learn how to create and run a project with a MEAN stack.
  2. Learn how to use the API model.
  3. Prepare for entering the industry field.

Install

Nodejs and Npm

This project uses node and npm. Go check them out if you don't have them locally installed. We can download these from the official website https://nodejs.org/en/download/

MongoDB

Open the command window and go into the library folder. Run the command.

$ npm install mongoose

Open-cli

$ npm install --save-dev open-cli

Run the programe

Go into the express-LocalLibrary folder and run the command.

$ npm install

After that, run the command.

$ npm run devstar