- Make sure you have
node
install (version >=14) - MongoDB Compasss (MongoDB GUI - Graphical User interface) download from [https://www.mongodb.com/try/download/compass]
npm install
to install all dependencies used in this projectnpm run lint
to lint the folders using eslintnpm run format:write
to format the code to the configure structure using prettiernpm run dev
to start the applicaition in development mode
create a .env file and copy content in .env.example into it... use can make changes to the configuration as you needed