Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ...)

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