Typerite simple Microblogging app
Please follow the below instructions to run this project in your machine:
I provided env file also
if you have already nodejs you can ignore it, other ways nodejs to install now.
Use the package manager yarn to install yarn. after that run below the command
yarn install
before running the dev command we need to set .env file in our project root dir and follow below the syntax to set it into .env file.
DB_URL=database url
KEY=JWT secret key
open CLI then type follow below instructions to run.
yarn dev