To get started, git clone the repository and cd into it.
git clone https://github.com/ricky-ultimate/stemdb.git
cd stemdbThen install the dependencies using npm
npm installTo run the server, create a .env file in the root of the project using the .env.example file as a template.
You can run the app in development mode using the command
npm run dev