Skip to content

philiplambok/rails-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is my rails api-only template.

Usage

  1. Clone The Repo
$> git clone [email protected]:philiplambok/rails-api-template.git your-new-project-name
  1. Run bundle to installing gem in local
$> bundle 
  1. Remove the remote
$> git remote rm origin 
  1. Remove Logs
$> rm -rf .git && rm -rf README.md
$> touch README.md 
$> git init 
$> git add .
$> git commit -m 'initialize'
  1. Push Repo
$> git remote add origin [email protected]:your_username/your-new-project-name.git
$> git push origin master  
  1. Done!

Gems

Issues

Have problem when install or something that i don't know? Add as the issues in here

Releases

No releases published

Packages

No packages published