Skip to content

Praneeth003/Vercel-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel-Clone

How to setup Redis locally through Docker:

docker pull redis:latest

docker run -d --name my-redis -p 6379:6379 redis:latest

docker exec -it my-redis redis-cli

How to proxy the incoming url request by pointing it to localhost indirectly:

Run this in the terminal and configure accrodingly: sudo vi /etc/hosts

About

A clone application of Vercel Platform developed using AWS S3, Redis MQ, TypeScript, Node.js, Express.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published