Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josphat205/blog-project
https://github.com/josphat205/blog-project
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josphat205/blog-project
- Owner: Josphat205
- Created: 2022-09-22T13:28:58.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-05T18:45:05.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:02:27.960Z (10 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog Project
This is ruby on rails project that has users, comment, likes and post
## Built With
- Ruby on rails
## Getting Started
To get a local copy up and running follow these simple example steps.## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.## Install
Install all project dependencies by running the command below
```
$ bundle install$ bin/rails server
$ http://localhost:3000/
```## Error check
```
$ rubocop .
```-Follow the HTML-CSS linter confuguration to docs to setup linters [Link to Microverse linter docs](https://github.com/microverseinc/linters-config)
## Run tests
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:```Ruby
ruboc
```
```javascript
npx hint .
```- For tracking linter errors in CSS file run:
```javascript
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
``````javascript
npx stylelint "**/*.{css,scss}"
```- For tracking linter errors in Javascript and React file run:
```javascript
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
```javascript
npx eslint .
```## Deployment
- Use GitHub pages to deploy website
- For more information about publishing sources, see [About github pages](https://pages.github.com/)## Authors
**Josphat Kiploman**
- GitHub: [@Josphat205](https://github.com/Josphat205)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/josphatloman/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you liked this project!
## Acknowledgments
- Microverse
- Coding Partners
- Code Reviewers## 📝 License
This project is [MIT](./MIT.md) licensed.