Imageboard-web's server
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-05-21 21:31:33 -04:00
src Code that doesnt work 2020-05-21 21:31:33 -04:00
test/imageboard_backend Initial commit 2020-04-20 22:14:40 -04:00
.gitignore Add .lsp to gitignore 2020-04-20 22:38:44 -04:00
docker-compose.yml Initial database connection 2020-04-23 23:33:11 -04:00
project.clj Everything is broke but I still want to track it 2020-04-26 20:22:18 -04:00
README.md Update readme description and Running 2020-04-25 01:46:13 -04:00

imageboard-backend

This is the backend server behind my imageboard project. It let users create posts with images and query them. Posts are organized by boards. You can query all original posts (OPs) from the catalog page of explore a OP and their replies.

TODO: Most of these features. lmao

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start the postgresql database, run:

docker-compose up

Don't forget to migrat the database before starting the server. To do so, simply use:

lein migratus migrate

Then, to start a web server for the application, run:

lein ring server

License

Copyright © 2020 FIXME