GithubHelp home page GithubHelp logo

paij0se / dotorchan Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 581 KB

A 4chan clone written in Elixir, Svelte and Go.

License: MIT License

Elixir 35.66% HTML 2.63% TypeScript 17.07% JavaScript 0.95% Go 14.31% Dockerfile 0.70% CSS 4.88% Svelte 23.80%

dotorchan's Introduction

Showcase

Screenshot from 2024-04-16 21-37-49

Screenshot from 2024-04-16 21-37-56

Threads

image

Structure

Codebase Description
butifarra Elixir API
papa GO/AWS/S3
lechuga Svelte fronted

TODO

  • Captcha
  • Captcha for the replies
  • Threads (still in progress)
  • admin dashboard
  • able to upload files
  • Templates for the boards (with components)

Run with Docker

docker-compose up

Dont forget to add your aws credentials in the dockerfile of web/aws/Dockerfile

FROM golang:1.22
WORKDIR /app
COPY . .
ENV AWS_ACCESS_KEY_ID=""
ENV AWS_SECRET_ACCESS_KEY=""
RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /aws
CMD ["/aws"]

dotorchan's People

Contributors

paij0se avatar

Stargazers

Antonio avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.