Skip to content

isaacgrimaldo/ApiREST

Repository files navigation

Project Description

this project is based in a project from cours of Victor Herrera in him cours of Node.js

Run app


Befor to start server


before to start the server you should config the environment variables


Install dependencies:

  npm install 

Commands NPM


Run Server

 npm start    

Run in development

 npm run dev 

Functions


  • petition routes (requests and responses)
  • Create useres
  • users validation with (JWT)
  • Middlewares
  • Password encryption (bcryptjs)
  • Connection to Data Base (MongoDB)
  • Google Sing in OAuth 2.0
  • Upload files cloudinary

Releases

No releases published

Packages

No packages published