https://github.com/stupidcodefactory/fakebook
https://github.com/stupidcodefactory/fakebook
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stupidcodefactory/fakebook
- Owner: StupidCodeFactory
- Created: 2018-08-22T01:24:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T03:46:39.000Z (almost 8 years ago)
- Last Synced: 2025-05-22T02:40:54.671Z (about 1 year ago)
- Language: JavaScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/StupidCodeFactory/fakebook)
### Demo
The project is deployed on Heroku at this [url](https://morning-escarpment-46963.herokuapp.com)
### How to run
Install docker, docker-compose and direnv
```bash
$ docker-compose up --build
$ docker-compose exec app rails db:create db:setup
$ docker-compose run app rake
```