API of a system for making reservations at a beauty salon.
Follow the steps to install the project on your local machine.
You need the following elements to use the service:
AWS or Coudinary account
and
MongoDB database
Create a folder on your computer where you want to clone the repository.
Clone this repository to your machine using git commands:
$ git clone https://github.com/EdJunior0/hair-api.git
This project was developed using a modified version of the MVC architecture, JWT authentication and good development practices.
This project was developed with current market technologies, as well as:
- Typescript - Javascript Superset
- Express - Web Framework
- AWS-SDK - SDK fot AWS Services
- Cloudinary - Platform for media storage
- Axios - HTTP Client
- Bcrypt - Lib for hash passwords
- JWT - An implementation of JSON Web Tokens
- Mongoose - ORM for MongoDB