Skip to content

💬 Chat - Nodejs - Express - WebSocket - API

Notifications You must be signed in to change notification settings

freddydc/express-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Serve

This project contains the Express JS, MongoDB and WebSocket course

How to work on this project?

  1. Clone the repository, if you haven't already:
git clone git@github.com:freddydc/express-serve.git

Quick guide to develop

  1. Install dependencies:
yarn
  1. Start the project:
yarn dev

Found a bug or improvement?

Help other students with what you just discovered that would make this course and repository so much better.

  • In Issues you can report bugs, add suggestions and comments.
  • For its part, the Pull Request will always be open to receive specific improvements.