Skip to content

scotch-io/node-crud-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a Node and Mongo CRUD App

We'll cover the concepts necessary to handle creating a Node application that handles creating, reading, updating, and deleting.

These are the foundation of many types of applications.

Requirements

Installation

  • Clone the repo: git clone git@github.com:scotch-io/node-crud-course
  • Copy the .env.example to your own file: cp .env.example .env
  • Set the DB_URI in .env
  • Start the server: node server.js
  • View in browser: http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published