Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpitnath/auth---express-node-mongodb
https://github.com/arpitnath/auth---express-node-mongodb
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpitnath/auth---express-node-mongodb
- Owner: arpitnath
- Created: 2020-10-02T23:27:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T23:39:50.000Z (about 4 years ago)
- Last Synced: 2023-07-26T12:53:31.593Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth---express-node-mongoDB
## Start
$ npm install### Add MONGOURI
mongoose
.connect("*mongodUri*", { useNewUrlParser: true })
.then(() => console.log("MongoDB successfully connected!"))
.catch((err) => console.log(err));