Rin is a simple, fast web framework for blog.
- Simple and fast
- OAuth support
- RESTful API
Please make sure you have installed Bun first.
$ bun install
Then create the database by:
$ bun gen
Then run the database migration to create the database by:
$ bun mig
Copy the .env.example
to .env
and modify the configuration.
Now you can run the server by:
$ bun dev