/wizmi_api

WIZMI - API in Fastify and Prisma (NodeJS)

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Wizmi - API

GPLv3 License

Wizmi Api is built in Fastify & Prisma

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

cat .env.example > .env

Tech Stack

NodeJS >=16.13.1

PNPM >=6.24.2

Installation

Install node_modules

pnpm install

Migrate migrations

pnpm run prisma:migration:dev

Development Mode

To start this project in dev mode :

pnpm run dev

Production Mode

To start this project in production mode :

pnpm start

You can also use Docker :

docker-compose up

Documentation

Documentation

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Feedback

If you have any feedback, please reach out to us at atosc08@gmail.com

Authors

Related

Here are some related projects

License

GNU GPLv3