https://github.com/codelikeagirl29/milkshakesexpress
My version of a milkshake recipe app for authenticated users.
https://github.com/codelikeagirl29/milkshakesexpress
bcrypt express jwt-authentication mongodb mongoose nodejs
Last synced: 2 months ago
JSON representation
My version of a milkshake recipe app for authenticated users.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/milkshakesexpress
- Owner: CodeLikeAGirl29
- Created: 2022-01-11T04:15:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T06:39:18.000Z (over 3 years ago)
- Last Synced: 2025-07-31T11:36:21.601Z (11 months ago)
- Topics: bcrypt, express, jwt-authentication, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://milkshakes-express.herokuapp.com/
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Milkshakes Express
Built by Lindsey.

A demonstration of authentication using bcrypt with json web tokens.

to use:
```
npm install
npm run start
```
will display on Port 3000