bookstore Installation Step 1: Clone the repository git clone https://github.com/tobslob/starter.git cd starter Step 2: Setup database You must have mongodb installed on your local machine Step 3: Setup environment variables Include necessary variables as found in .env.example into .env Step 4: Install NPM packages yarn install Step 5: Start in development mode yarn build yarn watch yarn start:dev