Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 471 Bytes

T-n-Tips

A platform for coders to share their experience and journey.

Get it Running

openssl genrsa -out ./keys/private-key.pem 1024
openssl rsa -in ./keys/private-key.pem -out ./keys/public-key.pem -outform PEM -pubout
yarn install
yarn dev

NOTE : Add MongoDB URI in a .env file at project root, like this (or pass it as an environment variable):

URI=mongodb+srv://username:[email protected]/db?retryWrites=true&w=majority