First of all, you need a Bun runtime to run this project.
To install Bun:
- Head over to Bun's official website
- Follow instruction on how to install per operating system (GNU+Linux/Mac/Windows)
To use the server:
Clone the repo:
git clone https://github.com/MaksymIgnatiev/petpet_server.git
Install dependencies:
bun install
Run the projct:
bun start
To see help page:
# More preferable
bun run help
# or
bun start -h
You can spesify runtime options in config.toml
file in the root of the project, or with flags. Read configuration.md file for more, or see the help page with available flags.
There are different routes available. Documentation can be found in routes.md file.
Information about cache can be found in cache.md file.
This project is licensed under the 0BSD License - see the LICENSE file for details.