This is an API REST that complements the second project, RocketMovies. In this project, users can create their accounts and log in to the application. Users can also create notes for movies. The passwords in this application are encrypted, and tokens are used to identify the users.
Node.js Express
First, download the repository:
git clone https://github.com/thalesnishida/api-movies
Open the folder, and type the command for install the dependencies:
cd api-movies
npm install
Now type the command:
npm run dev