Sign inSign up

kcsoc/server

By kcsoc

Updated almost 6 years ago

The KCSoc Backend Server

Image
0

3.2K

kcsoc/server repository overview

kcsoc-server

This is a repository containing a REST API part of the kcsoc-website backend.

It is currently being hosted at https://server.kcsoc.com/

To Run

With Docker
cp .env.sample .env
# Fill in .env file

docker-compose up -d
Manually
cp .env.sample .env
# Fill in .env file

npm install
npm start

Tag summary

Content type

Image

Digest

Size

361.2 MB

Last updated

almost 6 years ago

docker pull kcsoc/server