A fullstack project focused in the creation of a E-commerce where the back-end is based on the creation of a basic API using express, mongoDB as database, BCrypt for hashing and some others libs as joi for validation, strip-string for data sanitization and in the arquitecture part were used routers,controllers and middlewares.
This is an web application based in create and consume a simple api using different technologies as React, React Router, Styled-Components, Axios, NodeJS, Expressjs, MongoDB, Joi, Bcrypt, Strip-String, Uuid etc.
- Clone this repository
- Install dependencies (mongoDB its required only if you want to settle the db as a local db.)
npm i
npx nodemon index.js(optional)