This repository is a challenge made for The Lucky APP
This is the frontend of https://github.com/lmartinezsch/nestjs-users made by React.js.
-
Install Docker Destop for Linux: https://docs.docker.com/engine/install/
-
Install Docker Desktop for MAC: https://docs.docker.com/docker-for-mac/install/
-
Install Docker Desktop for Windows: https://docs.docker.com/docker-for-windows/install/
-
Install compose: https://docs.docker.com/compose/install/
- ¡¡¡IMPORTANT!!!
- You will need to run the api first https://github.com/lmartinezsch/nestjs-users
Clone the repository in your projects folder and run the project with docker
$ git clone git@github.com:lmartinezsch/nestjs-users-front.git$ cd nestjs-users-front
$ docker build -t nestjs-users-front:dev .
$ docker run -it --rm -v ${PWD}:/app -v /app/node_modules -p 4040:4040 -e CHOKIDAR_USEPOLLING=true nestjs-users-front:devUse http://localhost:4040/register for register a new user
Use http://localhost:4040/login for loggin the user