Getting Started
Get your project running in minutes
Prerequisites
Before you can get started, you will need to have the following installed on your machine.
- Node.js (v20 or higher) (with npm)
- Git
- VSCode (or any other code editor)
Project Setup
Clone the repository
Remove the .git folder
Install the dependencies
Create a .env file in the root directory and fill in the following:
Note that the app would not be completely functional until you add the values for all of the env variables.
Setup the database
You need to migrate the db schema to your database provider. Know how →
Run the project