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

https://github.com/irere123/relaunch-old

Testing ideas in the public.
https://github.com/irere123/relaunch-old

elixir postgres reactjs

Last synced: 3 months ago
JSON representation

Testing ideas in the public.

Awesome Lists containing this project

README

          

## Highlight Gallery

Share what you have in the community and give them a highlight!

Built with:

- Elixir
- GraphQL
- React.js

## Quickstart

To start development locally first get these:

1. [PostgresQL](https://www.postgresql.org/)
2. [Elixir 16](https://elixir-lang.org/)
3. [Node.js](https://nodejs.org/en)

Install dependencies both in the api and also in the webapp

1. API

- ```bash
cd api && mix deps.get
```

2. WebApp

```bash
pnpm install
```

Start the development server

```bash
# API
cd api && mix phx.server
# Web app
pnpm dev
```