Backend Project - Coderhouse


Express Socket.io Mongo

🔎 About

Backend project for Coderhouse.

🚀 Ejecution

Steps to install and run the project:

  1. Clone the project

    git clone https://github.com/diaslucia/proyecto-backend
  2. Open your current directory project

    cd proyecto-backend
  3. Install the libraries

    npm install
  4. Ejecute the app

    npm run dev

📂 Structure

The file structure is:

  • middleware: to store middleware used in routes to verify requests.
  • routes: to store all different routes for endpoints.
  • views: to store handlebars.
  • public: to store styles and js used to manage handlebars.
  • dao/managers: to store mongoose data managers.
  • dao/models: to store mongoose data models.