https://github.com/cvilla714/socialmedia
https://github.com/cvilla714/socialmedia
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvilla714/socialmedia
- Owner: cvilla714
- Created: 2020-12-16T20:23:23.000Z (over 4 years ago)
- Default Branch: friendshipv1
- Last Pushed: 2020-12-17T20:56:31.000Z (over 4 years ago)
- Last Synced: 2025-01-16T03:26:56.444Z (5 months ago)
- Language: Ruby
- Size: 421 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ciao! - The free speech social network
A free social metwork for sharing ideas without limitations
Vector de Personas creado por pikisuperstar - www.freepik.es## Built With
- Ruby v2.7.0
- Ruby on Rails v5.2.4## Live Demo
TBA
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Ruby: 2.6.3
Rails: 5.2.3
Postgres: >=9.5### Setup
Instal gems with:
```
bundle install
```Setup database with:
```
rails db:create
rails db:migrate
```### Github Actions
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
2. Create the `feature/branch` and push.
3. Start working on your milestone as usual.
4. Open a PR from the `feature/branch` when your work is done.### Usage
Start server with:
```
rails server
```Open `http://localhost:3000/` in your browser.
### Run tests
```
rpsec --format documentation
```> Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
### Deployment
TBA
## Authors
TBA
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
TBA
## 📝 License
TBA