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.
- Host: GitHub
- URL: https://github.com/irere123/relaunch-old
- Owner: Irere123
- Created: 2024-05-11T07:55:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T10:20:20.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T18:48:22.221Z (6 months ago)
- Topics: elixir, postgres, reactjs
- Language: TypeScript
- Homepage: https://relaunch-nine.vercel.app
- Size: 202 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```