Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.07 KB

⚪️ 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