Requirements
Learn about the requirements for using the boilerplate. Confirm these tools are installed on your machine before proceeding.
Tools
Make sure you have the following tools installed on your machine.
MongoDB
You need a MongoDB instance for the database. You can use either of the following options:
- MongoDB Atlas (recommended, free tier available)
- MongoDB Community Edition (local installation)
Do not use a production database for local development.
Recommended IDE Setup
We recommend using Cursor along with our curated extension packs, SK Global and SK Web, which are tailored to enhance productivity and facilitate a seamless coding experience.
Also, you can install Prisma to add syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files.