Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
/ vuetaba Public archive

Imageboard server written in Elixir, WIP

License

Notifications You must be signed in to change notification settings

fobo66/vuetaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuetaba

CircleCI

Vuetaba is an imageboard (chan) server implementation inspired by Wakaba written in Elixir using Phoenix framework. GraphQL is used for API.

Installation

To start Vuetaba server:

  • 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/graphiql from your browser to test GraphQL endpoints.

Reference client application is in early development stage. It's written in Typescript based on Vue.js framework, hence the name of the project.

You can use Docker or Heroku for deployment. Please note that this is WIP and not ready for production use

Releases

No releases published

Packages

No packages published

Languages