Skip to content

rjclardy/pakyow-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a base Pakyow v0.11 project plus a set of migrations, models, views, and routes for basic user authentication.

Getting Started

  1. Clone this repo:
git clone [email protected]:rjclardy/pakyow-users.git
  1. Add this function to your ~/.bash_profile to make creating new Pakyow User apps easy:
pakyow-users() { cp -r /full/path/to/pakyow-users "$@"; cd "$@"; rm -rf .git; }

Creating Projects

  1. Create a new Pakyow Users project from the command line:
pakyow-users myapp
  1. Open each of the migration files and add/remove properties to match the needs of your app. (Note: This is an optional step. You can always come back and write new migrations to modify the default schema at any point.)

  2. Setup the database:

bundle exec rake db:setup
  1. You've now got a Pakyow project bootstrapped with basic user authentication! Start the server and find your app running at http://localhost:3000:
bundle exec pakyow server
  1. Modify the default models, views, and routes as needed while building out the rest of your app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published