Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phawk/coinfusion
https://github.com/phawk/coinfusion
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phawk/coinfusion
- Owner: phawk
- Created: 2022-04-03T19:28:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T08:39:07.000Z (over 2 years ago)
- Last Synced: 2024-04-11T15:29:11.106Z (9 months ago)
- Language: Ruby
- Size: 69.3 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coinfusion
This is a fictional crypto exchange, designed purely to have a meaningful example of how registrations can work with Rails 7 and Turob.
## Creating the project
This project was generated using the following command:
```sh
rails new coinfusion --database=postgresql --skip-action-mailbox --skip-jbuilder --skip-test --javascript=importmap --css=tailwind
```## Generating the Account model
```sh
rails g model Account account_type name company_number date_of_birth:date email password_digest
```