-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,41 @@ | ||
# README | ||
# SideWoo | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
A way for businesses to communicate events and happenings in their community. | ||
|
||
Things you may want to cover: | ||
## Status: Abandoned | ||
|
||
* Ruby version | ||
Eventually, planning sessions for the project revealed Slack was simpler and more appropriate for what Sidewoo was trying to use. This was co-developed with my partner and I think the landscape of what is available was really known to them. A good lesson, for sure, when following an idea is having a brief discussion about the existing landscape. | ||
|
||
* System dependencies | ||
## What worked | ||
|
||
* Configuration | ||
Vue. This was my first Vue project and I really enjoyed working with it. It was light, simple to reason about, and just worked. | ||
|
||
* Database creation | ||
## What didn't | ||
|
||
* Database initialization | ||
Using a lot of polymorphic models, and, using VUe. The project (probably) could have been run from server rendered HTML and worked fine with a sprinkling of Javascript here and there. | ||
|
||
* How to run the test suite | ||
## Final Thoughts | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
I would choose Vue over React and wouldn't shy away from trying to convert other projects to it. React has the heavy feel of Java these days while Vue is like sunshine. | ||
|
||
* Deployment instructions | ||
This project reminded me of the joy of writing Ruby. It's a language I don't use much these days, instead writing in Python, JS, or Go, and it's a little sad. Perhaps in the future there'll be another project idea it's well suited for so we can spend more time together. | ||
|
||
* ... | ||
## Prerequisites | ||
|
||
* A Google API key for Google maps | ||
|
||
## Building | ||
|
||
``` | ||
bundle install | ||
yarn install | ||
``` | ||
|
||
## Running | ||
|
||
``` | ||
./start_postgres.sh | ||
rails s | ||
# OR | ||
./start_prod.sh | ||
``` |