Skip to content

kcsoc/kcsoc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5132041 · Sep 20, 2021

History

57 Commits
Nov 25, 2020
Sep 20, 2021
Sep 26, 2020
Sep 25, 2020
Sep 25, 2020
Sep 23, 2020
Nov 25, 2020
Nov 17, 2020
Oct 22, 2020
Nov 29, 2020
Nov 17, 2020

Repository files navigation

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