The goals for this repository are:
- Learn how to create and run a project with a MEAN stack.
- Learn how to use the API model.
- Prepare for entering the industry field.
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/
Open the command window and go into the library folder. Run the command.
$ npm install mongoose$ npm install --save-dev open-cliGo into the express-LocalLibrary folder and run the command.
$ npm installAfter that, run the command.
$ npm run devstar