Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmehra2102/advance-node
This is the advance node project where I'm using redis for caching and Jest for writing test for my project.
https://github.com/dmehra2102/advance-node
javascript jest nodejs passport puppeteer redis
Last synced: 21 days ago
JSON representation
This is the advance node project where I'm using redis for caching and Jest for writing test for my project.
- Host: GitHub
- URL: https://github.com/dmehra2102/advance-node
- Owner: dmehra2102
- Created: 2024-09-12T17:29:24.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T04:44:37.000Z (about 2 months ago)
- Last Synced: 2024-10-02T05:01:30.654Z (about 1 month ago)
- Topics: javascript, jest, nodejs, passport, puppeteer, redis
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdvancedNodeStarter
Starting project for a course on Advanced Node @ Udemy
### Setup
- Run `npm install` in the root of the project to install server dependencies
- Change into the client directory and run `npm install --legacy-peer-deps`
- Change back into the root of the project and run `npm run dev` to start the server
- Access the application at `localhost:3000` in your browser**Important:**
The credentials for the Mongo Atlas DB in `dev.js` are read only. If you attempt to log in without first adding your own connection string (covered later in the course) you will see an error: `[0] MongoError: user is not allowed to do action [insert] on [advnode.users]`