This is a Express JS Server
First, Setup the env variables:
ACCESS_TOKEN_SECRET=<Random Secret>
REFRESH_TOKEN_SECRET=<Random Secret>
MONGODB_URI=<Mongo DB URI>
FRONT_END_URL=http://localhost:3000
Run the server:
node index.js
Server is hosted at http://localhost:4000
Frontend: