Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```