docs(backend): improve README

This commit is contained in:
Muhammad Nauman Raza 2023-07-27 15:57:32 +01:00
parent f9294eb780
commit bf1e867040

View file

@ -1,7 +1,7 @@
# Backend Usage # Backend Usage
In order for this to work, you need to have [sqlite3](https://sqlite.org) In order to run the backend, you need to have [sqlite3](https://sqlite.org)
installed on your system. Once you do, make a databse called `users.db` installed on your system. Once you do, make a database file named `users.db`
and initialize it with the `sql/init.sql` script: and initialize it with the `sql/init.sql` script:
```sh ```sh
@ -9,4 +9,4 @@ $ cat sql/init.sql | sqlite3 users.db
``` ```
You can optionally provide the `PORT` environment variable to override the You can optionally provide the `PORT` environment variable to override the
default port of 7741 default port of `7741`