- Express JS
- EJS (Templating Language)
- MongoDB
Work in Progress!
Create a .env
file with the following code and replace your values.
DATABASE_NAME="dBName"
- Install pnpm using
npm i -g pnpm
- Install the dependancies using
pnpm install
- Run the server -
pnpm run dev_start