Skip to content

salimdellali/dummy-react-conf-server

Repository files navigation

Dummy React Conf Server

Linked repos :


Built with :

badge badge badge badge

Server link :

badge

Project status :

badge

Repo structure :

  • middleware/ folder : functions that execute during the lifecycle of a request to the Express server, containes auth function for authentification using JWT .
  • models/ folder : mongoose models provide an interface to the MongoDB database for creating, querying, updating and deleting documents.
  • routes/ folder : application’s endpoints (URIs) to respond to requests, contains a RESTful API of the React Conf.
  • database.js file: handles the connection to MongoDB.
  • server.js file: entry point, bootstraps the RESTful API Server.

Usage :


Main technologies used :

  • Node.js
  • Express.js
  • MongoDB with Mongoose
  • JSON Web Token

Releases

No releases published

Packages

No packages published