Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassonor/mastering-mern
NodeJS (TS,Redis, Queues, Workers, Jest,Mongoose, Cloudinary, Bunyan, Socket-io, Bull ...)
https://github.com/hassonor/mastering-mern
aws bull bunyan caching cloudinary elasticache jest mongodb mongoose nodejs queues redis socket-io terraform ts workers
Last synced: 6 days ago
JSON representation
NodeJS (TS,Redis, Queues, Workers, Jest,Mongoose, Cloudinary, Bunyan, Socket-io, Bull ...)
- Host: GitHub
- URL: https://github.com/hassonor/mastering-mern
- Owner: hassonor
- License: apache-2.0
- Created: 2022-12-17T10:39:15.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-03T21:07:39.000Z (12 months ago)
- Last Synced: 2023-12-04T11:26:35.126Z (12 months ago)
- Topics: aws, bull, bunyan, caching, cloudinary, elasticache, jest, mongodb, mongoose, nodejs, queues, redis, socket-io, terraform, ts, workers
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BE: In Progress...
## How To Run:
1. Install and Run redis (CMD/WSL) https://redis.io/docs/getting-started/installation/install-redis-on-windows/
1. After Installation of redis run: `sudo service redis-server start` (On WSL).
2. Install and Run redis commander(CMD/WSL) https://www.npmjs.com/package/redis-commander
1. After Installation of redis-commander by npm globally , run `redis-commander` (On CMD).
3. Run `npm i`
4. Run `npm run dev`
5. For Testing Run: `npm run test`
6. Redis Cache URL: `http://localhost:8081`
7. Bull Queues: `http://localhost:5000/queues/queue/auth`Features To Add:
1. Delete Comment
2. Update Comment