This is an API developed with a DDD architecture divided into User, Annotation, Dashboard, and Widgets. It is the main pillar for Solanis to function correctly.
First, clone the project:
git clone [email protected]:solanisdev/solanis-api.git
cd solanis-api
After cloning, you can install the project's dependencies:
yarn install
Once the dependencies are installed, generate the Prisma artifacts:
yarn prisma generate
After generating the artifacts, run the command to start the API:
yarn run dev