To get started, git clone the repository and cd into it.
git clone https://github.com/ricky-ultimate/stemdb.git
cd stemdb
Then install the dependencies using npm
npm install
To 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