Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmod committed Jun 25, 2020
1 parent 5c07c10 commit 87a95d0
Showing 1 changed file with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions README.md
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
```

0 comments on commit 87a95d0

Please sign in to comment.