- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Tangled is a fully functional website that shows the list of posts and empower users(Tangleders) to interact with them by adding comments and liking posts.
Client
Server
Database
- Sign in
- Adding posts for each user
- Liking multiple posts
Available soon...
To get a local copy up and running it in your machine, follow the next steps.
In order to run this project you need:
- Internet connection.
- Basic knowledge of Git/Terminal.
- Visual Studio Code Installed.
- Ruby installed.
- Ruby on Rails installed.
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/AmaliaGM/BlogApp
Install almost all dependencies/gems of the project by running:
- This one will install all gems inside GemFile including Rubocop:
Bundle install
orBundle i
- This one will install stylelinter:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
To run the project, execute the following command:
rails server
orrails s
To run stylinter:
npx stylelint "**/*.{css,scss}"
To run rubocop:
rubocop
To run tests, run the following command:
bin/rails test test/models/article_test.rb
👤 Maria Amalia Gomez Moro
- GitHub: @AmaliaGM
- Twitter: @AmaliaGomezMoro
- LinkedIn: Maria-Amalia-Gomez-Moro
- Register new users
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Hi, I would appreciate if you give this project a star(⭐️) this will encourage me to improve it and build the social network of the future.
"Never stop learning, code never stop teaching"
-
Can I publish this project as mine?
- No, but you can use it as an inspiration or for educational purposes.
-
Can I modify it while practicing?
- Yes, you can do it, but make sure that you know what are you doing, we never know when we can get stuck at some point just because we were playing with the code -laughs-
This project is MIT licensed.