Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 346 Bytes

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