Add authentication

This commit is contained in:
2025-06-11 18:08:24 +02:00
parent f8523fc3eb
commit 16b27a0d1c
24 changed files with 276 additions and 22 deletions

View File

@@ -1,24 +1,17 @@
# README
Get up and running
This README would normally document whatever steps are necessary to get the
application up and running.
1. Clone the repo
2. `bundle install`
3. install any other dependencies you're missing or prompted for
4. `rails db:create`
5. if you don't have permissions
Things you may want to cover:
```sh
$ sudo -u postgres createuser <username>
$ psql -U postgres
postgres=# ALTER USER <username> CREATEDB;
```
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
6. `rails db:migrate`
7. `rails server`
8. Open localhost:3000