/MS12-25-Rest

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

Primary LanguageJavaScriptMIT LicenseMIT

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