Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleForum

The goal of this project is to write an application where users can register, sign in and create threads on a forum where they can be replied to by other users.

Cloning the project

If you want to clone the repository you'll need to do a few extra steps before you'll be able to run the project.

git clone git@github.com:king601/SimpleForum.git && cd SimpleForum/
cp config/secrets.yml.example config/secrets.yml
cp config/database.yml.example config/database.yml
rake db:create && rake db:migrate

Then you may start the rails development server with

rails server -p 3000

About

A simple Rails Forum with Users, Forum Threads and Posts.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages