Skip to content

saksham-kumar-14/fullstack-twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full stack Twitter Clone

Technologies used

  • Next js
  • MongoDb + mongoose
  • Express js and Node js
  • Tailwind css
  • Jsonwebtoken
  • Axios
  • Docker

How to run?

building frontend

docker build -t client
docker run -p 3000:3000 client

building backend

docker build -t server

creating the build

docker-compose build

starting the service

docker-compose up

stopping the service

docker-compose stop

docker-compose down --volumes brings everything down

About

Full stack twitter clone with authorization and authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published