In this project, we build a post page where anyone can see all the posts but only members can see who posted the post. And members have access to create, edit and delete their post.
- RUBY
- RoR
- Get Ruby and Ruby on Rails (RoR) latest version installed
- Install VSCode or any code editor you like
- Install Node JS and nmp(most recents versions)
To get a local copy up and running follow these simple example steps.
- Open a terminal or command prompt interface on your machine
- Clone the project unto your local machine:
git clone https://github.com/OA7/Sam-Osong-Members-only.git
- From your terminal enter the project directory using
cd Sam-Osong-Members-only
- Run
rails db:migrate
to have the database tables created and setup on your locoal machine. - Run
rails server
orrails s
on your terminal to start the integrated ruby server. - Open your web browser and go to
localhost:3000
, to see that the rails sever is up and running. - You will need to create new user and also to post new post to test-out the database, do so using the Sign Up link on the webpage.
👤 Osong Agberndifor
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
👤 Samuel Teweldebrhan Ghebremeskel
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!