Skip to content

This is a simple JWT authentication which can be used on a web application for signing up or logging in a client, it uses node.js and express.js as the frameworks, mongodb as the server framework and many more

Notifications You must be signed in to change notification settings

Iminiume/JWTAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Authentication project

This project was Made by Iman Arjmandnia

Server Scripts

In the server directory, you can run:

npm run serverStart

This command is for the server and starts the server with nodemon which will reload when you make changes.

The default port is ( 3001 ) and any Api fetch should be with this port

Client Scripts

In the example-client directory, you can run:

npm run start

This command is for the client and starts the server in the dev mode and will also reload when you make changes.

The default port is ( 3000 ) and any Api fetch should be with this port

About

This is a simple JWT authentication which can be used on a web application for signing up or logging in a client, it uses node.js and express.js as the frameworks, mongodb as the server framework and many more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published