- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
** Community App is a platform that aims to mock similarities with Linkedin. Allows users to connect with users, accept or reject requests while managing the amount of connections plus allowing users to add, edit and delete work experience.**
This app was built with Rails.
- Adding, accepting and rejecting users invitations
- Allows users to add work experience.
- Manage your network of connections.
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
bash git clone [email protected]:gjuliao/community-app.git
- To access cloned directory run:
bash cd community-app
- Open it with the live server
To install linters and other project's dependencies run:
bundle install
To run the project, execute the following command:
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
bash npx hint .
- For tracking linter errors in CSS or SASS files run:
bash npx stylelint "**/*.{css,scss}"
- For tracking linter errors in javascript files run:
bash npx eslint .
You can deploy this project using:
👤 Giovanni Juliao
- GitHub: @gjuliao
- [Create a chat experience]
- [Add stripe for a PRO version]
- [Create company pages.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project please give us a star!
Give credit to everyone who inspired your codebase.
I would like to thank to the rails team for making amazing programming language.
This project is MIT licensed.