This project is an API created with Express, Sequelize and MySQL.
To deploy this project run
npm run devTo deploy the tests of this project run
npm run testI'm a full stack developer student of a Bootcamp specialized in software development. I'm learning JavaScript, React, Node.js, MySQL, testing... I have knowledges of frontend and backend and I'm a passionate of technology.
If you have any feedback, please reach out to me at cyn2993@gmail.com
The dependencies used in this project are cors, express, mysql2, sequelize, swagger-jsdoc and swagger-ui-express as production dependencies and jest, nodemon y supertest as development dependencies.
Install the project with npm
npm installNode.js, Express, MySQL, Sequelize, Jest, Swagger...
Clone the project
git clone https://github.com/Cyn29/backend-ecommerce.gitGo to the project directory
cd backend-ecommerceInstall dependencies
npm installStart the server
npm run dev (with nodemon)
npm run start (without nodemon)Client: Swagger
Server: Node, Express
To run tests, run the following command
npm run test