Skip to content

lmartinezsch/nestjs-users-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestJs Users frontend Authentication

Description

This repository is a challenge made for The Lucky APP

Getting started

This is the frontend of https://github.com/lmartinezsch/nestjs-users made by React.js.

Prerequisites


- ¡¡¡IMPORTANT!!!

- You will need to run the api first https://github.com/lmartinezsch/nestjs-users

Installation

Clone the repository in your projects folder and run the project with docker

$ git clone git@github.com:lmartinezsch/nestjs-users-front.git

Running the app

$ 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:dev

Create a new User

Use http://localhost:4040/register for register a new user

Login User

Use http://localhost:4040/login for loggin the user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors