Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daguttt/write_on_rails
https://github.com/daguttt/write_on_rails
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daguttt/write_on_rails
- Owner: daguttt
- Created: 2024-11-15T12:07:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:15:36.000Z (about 1 month ago)
- Last Synced: 2024-11-15T13:19:47.567Z (about 1 month ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WriteOn
A platform that joins writers into a community
## Developing
## Repository
[https://github.com/daguttt/write_on_rails](https://github.com/daguttt/write_on_rails)
### Project setup
#### 1. Environment variables
1. Creat a `.env` file and populate it with the content of `.env.example` file.
2. Replace the values with your own db credentials> [!NOTE]
> Keep the value of the `DATABASE_NAME` as is. It's not used in development but required to run the project#### 2. Database setup
1. Create database `rails db:migrate`.
2. Run migrations `rails db:migrate`.
3. Run seeders `rails db:seed`