Skip to content

leticiaschneider/login-with-jwt

Repository files navigation

⚪️ Login with JWT

This is an application using Angular and Node aimed to study JSON Web Token.

 

💻 Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

 

↠ Prerequisites

Before starting, you will need to have the following tools installed on your machine: Git, Node.js.

 

🕹️Running Back End (server)


# Enter in API directory
$ cd api

# Install the dependencies
$ npm install

# Run the application
$ npm start

# The server will start on port:3333
# - access <http://localhost:3333>

 

🎲 Running Front End

# Install the dependencies
$ npm install

# Run the application
$ npm start

# The server will start on port:4200
# - access <http://localhost:4200/login>

 

✨ Contact

Letícia Araújo Schneider - @leehschneider - leticia.schneider@gmail.com

Project Link: https://github.com/leticiaschneider/login-with-jwt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published