StyvenSoft / intermediate-node-course

an intermediate node.js course

Home Page:https://lab.github.com/everydeveloper/intermediate-nodejs-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intermediate Node.js

Check out the issues of this repo for the course materials.

Start by cloning this project and installing dependencies:

git clone https://github.com/StyvenSoft/intermediate-node-course
cd intermediate-node-course
npm install

You will also need to install the free community edition of MongoDB for Windows, Mac, or Linux. Follow the installation directions for your OS.

Test if it is installed and configured

mongod --version

Server by entering

mongod

Start the server

npm run start
server is listenig on port:8000

We are going to be testing our API using Postman. You can install it for free here

Checklist of what you'll need to get started on this project:

  • MongoDB installed and configured
  • Node.js and Git installed and configured
  • Project cloned and dependencies installed
  • Postman installed
  • A console running the local mongoDB server (with the "mongod" command)
  • A console with "nodemon" watching your server.js file.

About

an intermediate node.js course

https://lab.github.com/everydeveloper/intermediate-nodejs-course


Languages

Language:JavaScript 100.0%