This is a professional grade app that allows Users to signup and create a post. It also allow users to share messages amongst their followers. A user can follow someone with an interesting message.
- Models, Views, and Controllers (MVC)
- Data Structures & Relationships
- Routing
- Migrations
- Views with forms, partials, and helpers
- RESTful design
- Adding gems for extra features
- Authentication, sessions and cookies
- Associations
- Clone the project repo from GitHub using
git clone git@github.com:Oxford-G/sample_app.git - Make sure Ruby-lang is installed
- Make sure Bundler is installed
- Navigate to the project directory like
cd sample_app - Install the required gems. Run
bundle install - Install Javascript dependencies. Run
yarn install - Install the locale database. Run
rake db:createrake db:migrate - If you have problems with the gem versions try installing RVM
- Launch a Rails Server using
rails server - Open your browser and go to
127.0.0.1:3000orlocalhost:3000
- Ruby
- Rails
- SCSS
- Git
- Gitflows
- Stylelint
- VS Code
Contributions, issues, and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
- cd into the project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description of the development branch of the original project for a review
- GitHub: @Oxford-G
- Twitter: @OXFORD2
- Linkedin: Enekwechi Chinonso G
Give a ⭐️ if you like this project!


