API untuk dummy data. Mirip seperti (JSONPlaceholder)[https://jsonplaceholder.typicode.com]
Hanya saja ini dikhususkan untuk membuat dummy data untuk kelas di Neuversity.
Set up your .env
file with the following configuration:
DATABASE_URL="file:./dev.db"
Run the following command to push the Prisma schema to your SQLite database:
$ bunx prisma db push
$ bun install
# development
$ bun run start
# watch mode
$ bun run start:dev
# production mode
$ bun run start:prod
For detailed API documentation, visit (Dummy API Documentation)[https://dummy.binsarjr.com].
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes with a descriptive message.
- Push your branch to your forked repository.
- Open a Pull Request detailing your changes.
Ensure your code follows the project's coding standards and passes all tests. For any questions, feel free to open an issue.