Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nejdetkadir/castle-of-templates
Social platform for sharing rails templates
https://github.com/nejdetkadir/castle-of-templates
rails rails-application rails-templates ruby-on-rails social-network
Last synced: 13 days ago
JSON representation
Social platform for sharing rails templates
- Host: GitHub
- URL: https://github.com/nejdetkadir/castle-of-templates
- Owner: nejdetkadir
- License: gpl-3.0
- Created: 2021-08-27T06:05:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T14:35:40.000Z (over 3 years ago)
- Last Synced: 2024-12-06T03:05:47.313Z (26 days ago)
- Topics: rails, rails-application, rails-templates, ruby-on-rails, social-network
- Language: Ruby
- Homepage: https://castle-of-templates.herokuapp.com
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0be4a25986244beba73355cf97850d5f)](https://www.codacy.com/gh/nejdetkadir/castle-of-templates/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nejdetkadir/castle-of-templates&utm_campaign=Badge_Grade)
# Castle of Templates
## Installation
- Install GEM dependencies:```bash
bundle install
```- Install asset dependencies:
```bash
yarn install
```- Create database, migrate tables and run the seed data:
```bash
rails db:create
rails db:migrate
rails db:seed
```- If you are setting up again, when you already have previous databases:
```bash
rails db:reset
```
- For dropping database
```bash
rails db:drop
```# LICENSE
```
GNU GENERAL PUBLIC LICENSE Version 3
```