Skip to content

Rest Api created with Typescript and NodeJs with authentication using json web token

License

Notifications You must be signed in to change notification settings

franciscopugh/rest-api-typescript-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-Api-Typescript-JWT

Rest-Api created using typescript, Json Web Tokens to validate users and mongodb as a database

Pre Requirements 📋

npm i bcryptjs dotenv express jsonwebtoken mongoose morgan
npm i @types/bcryptjs @types/dotenv @types/express @types/jsonwebtoken @types/mongoose @types/morgan concurrently nodemon typescript -D

Running the tests ⌨️

- mongod (in windows) // sudo service mongod start (in linux)
- npm run dev

Then go to your browser and put in the search engine:

http://localhost:5000/api/auth/signup

About

Rest Api created with Typescript and NodeJs with authentication using json web token

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published