Wizmi Api is built in Fastify & Prisma
To run this project, you will need to add the following environment variables to your .env file
cat .env.example > .env
NodeJS >=16.13.1
PNPM >=6.24.2
Install node_modules
pnpm install
Migrate migrations
pnpm run prisma:migration:dev
To start this project in dev mode :
pnpm run dev
To start this project in production mode :
pnpm start
You can also use Docker :
docker-compose up
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
If you have any feedback, please reach out to us at atosc08@gmail.com
Here are some related projects