https://github.com/harmon25/reactpxbp
React, Relay, GraphQL Phoenix Boilerplate with JWT Authentication
https://github.com/harmon25/reactpxbp
Last synced: 23 days ago
JSON representation
React, Relay, GraphQL Phoenix Boilerplate with JWT Authentication
- Host: GitHub
- URL: https://github.com/harmon25/reactpxbp
- Owner: harmon25
- License: mit
- Created: 2016-01-17T02:28:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T22:52:10.000Z (over 10 years ago)
- Last Synced: 2024-04-17T03:08:50.260Z (about 2 years ago)
- Language: Elixir
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactpxbp
To start your Phoenix app:
1. Install dependencies with `mix deps.get`
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`
3. Install npm dependencies `npm install`
4. Build browser assets `brunch build`
5. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Postgres Container
```bash
docker run --name phoenix-pg \
-v ~/phoenix_data:/pgdata \
-e POSTGRES_PASSWORD=pgAdminPass \
-e PGDATA=/pgdata \
-d \
postgres:9.4
```
## TODO
- [ ] Tidy up semantic-ui integration
- [ ] Autentication JSON API
- [ ] Login (acquire JWT)
- [ ] Register
- [ ] GraphQL Channel?
- [ ] Relay
- [ ] GraphQL Admin Interface