LorranSutter / Local-library

Express JS tutorial from Developer Mozilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Library

Tutorial from Developer Mozilla to build a Local Library using Express JS

Part of BCDV1007 - Full Stack Development II from Blockchain Development program from George Brown College

🏃 How to run

Open your terminal in the folder you want to clone the project

# Clone this repo
git clone https://github.com/LorranSutter/Local-library.git

# Go to the project folder
cd Local-library

# Install dependencies
npm install

# Run the project
npm start

If you want to use your own mongodb account, replace the following variable with your own mongo URL:

# Go to connectionDB.js
MONGOURI = <your-url>

Then you may populate your database using the following command:

node populatedb.js

📖 Resources and technologies 💻

About

Express JS tutorial from Developer Mozilla


Languages

Language:JavaScript 79.1%Language:Pug 20.8%Language:CSS 0.1%