An open API service indexing awesome lists of open source software.

https://github.com/brandaoplaster/go_car_api


https://github.com/brandaoplaster/go_car_api

elixir graphql phoenix

Last synced: 19 days ago
JSON representation

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.