chilin89117 / MS12-25-Rest

Sections 25 & 27 - from Udemy course "NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL)" by Maximilian Schwarzmüller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MS12-25-Rest

Section 25 - Working with REST APIs / Section 27 - Understanding Websockets & socket.io

a


1. Run

  • npm start for React client (port 3000)
  • npm start for Node.js server (port 4000)
  • Uses dotenv package for environment variables in .env file

2. Database

  • Uses udemy database on MongoDB Atlas
    • collections: ms1225posts, ms1225users

About

Sections 25 & 27 - from Udemy course "NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL)" by Maximilian Schwarzmüller

License:MIT License


Languages

Language:JavaScript 84.2%Language:CSS 13.3%Language:HTML 2.5%