A backend project focused in the creation of a API with main function creating reviews and give rates about watched animes.The back-end is based on the creation of a basic API using express, PostgreSQL as a SQL database, BCrypt for hashing, artillery for load test and some others libs as joi for validation and in the arquitecture part were used routers, controllers, middlewares, enums, protocols and repository patterns.
This is an web application based in create and consume a simple api using different technologies as Typescript as main lang, Javascript ,NodeJS, Expressjs, PostgreSQL, Joi, Bcrypt, JWT, artillery etc.
- Clone this repository
- Install dependencies, download the dump file and extract in your Postgres DB.
npm i
npx nodemon ./src/server.ts(optional)