https://github.com/brandaoplaster/go_car_api
https://github.com/brandaoplaster/go_car_api
elixir graphql phoenix
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandaoplaster/go_car_api
- Owner: brandaoplaster
- Created: 2021-01-11T01:20:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T02:37:29.000Z (over 5 years ago)
- Last Synced: 2025-07-06T23:06:03.899Z (11 months ago)
- Topics: elixir, graphql, phoenix
- Language: Elixir
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Car Api
> Go car is an api for renting cars
### To start your Phoenix server with docker-compose:
* Install dependencies with
```
docker-compose run --rm web mix deps.get
```
* Create and migrate your database with
```
docker-compose run --rm web mix ecto.setup
```
* Start Phoenix endpoint with
```
docker-compose up
```
### To start your Phoenix server without docker-compose:
* Install dependencies with
```
mix deps.get
```
* Create and migrate your database with
```
mix ecto.setup
```
* Start Phoenix endpoint with
```
mix phx.server
```
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.