Skip to content

GeorgiosIoannouCoder/hw6-crud-node-express-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Yoda Star Wars character

Description

The description and requirements of hw6-crud-node-express-mongodb are:

  1. This is a link to comprehensive tutorial on beginning backend development using Node, Express and MongoDB: https://zellwk.com/blog/crud-express-mongodb/

  2. The tutorial is however outdated in the section which talks about connecting to the database with MongoDB and does not work.

  3. Your assignment is to look up ways to successully create and connect to the database and complete the application.

Running Development Server

# Step 1: Clone this repository.
git clone https://github.com/GeorgiosIoannouCoder/hw6-crud-node-express-mongodb.git
# Step 2: Please use Node version (you can use nvm to switch between different node versions): v16.15.0
# Step 3: Install packages.
npm i
# Step 4: Run the application in development mode.
npm run dev
# Step 5: Open http://localhost:3000 with your browser and enjoy the application.
http://localhost:3000/
# The page will reload automatically when you make any changes. You may also see any lint errors in the console.

Hosting Site

My solution of hw6-crud-node-express-mongodb has been deployed using Render and can be found here.

Demo

CRUD_Node_Express_MongoDB.-.28.July.2023.mp4

Releases

No releases published

Packages

No packages published