You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repository
git clone git@github.com:Fabiolabsit/express-mongose-template.git
# Enter the directorycd express-mongose-template
# Install the dependencies
yarn install
# Start the server
yarn dev
# Open the browser and navigate to http://localhost:3000
To update all the packages in this template, run the following command:
yarn upgrade-interactive --latest
To update a specific package in this template, run the following command: