https://github.com/abeidahmed/rails-blog
https://github.com/abeidahmed/rails-blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abeidahmed/rails-blog
- Owner: abeidahmed
- Created: 2021-01-24T05:53:17.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-01-24T07:23:23.000Z (over 4 years ago)
- Last Synced: 2025-01-06T07:45:09.528Z (5 months ago)
- Language: Ruby
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog app
This is the first rails project on the Microverse curriculum. In this project,
we were required to build a basic blog application where users can create
articles, comment on those articles, simultaneously delete and edit those records.## Getting started
- Clone the repo `https://github.com/abeidahmed/rails-blog.git`
- Run `bundle install` to install all the gems
- Setup your database by:
- Adding your `db` credentials in the `config/database.yml` file
- Run `rails db:create db:migrate` to setup your `db`
- Run `rails s` to start the server
- Go to `http://localhost:3000` on your browser## Author
#### Abeid Ahmed
- GitHub: [@abeidahmed](https://github.com/abeidahmed)
- Twitter: [@iamhawaabi](https://twitter.com/iamhawaabi)
- LinkedIn: [Abeid Ahmed](https://www.linkedin.com/in/abeid-ahmed-b21882172/)## Contributing
- Clone the repo `https://github.com/abeidahmed/rails-blog.git`
- `git checkout -b awesome-feature`
- All your changes
- `git add .`
- `git commit -m 'My cool feature'`
- `git push -u origin awesome-feature`## License
Copyright 2020 Abeid Ahmed. [MIT](https://github.com/abeidahmed/tic-tac-toe/blob/development/LICENSE) licensed.