Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 420 Bytes

politiCCCs backend

This contains the server which provides data to the frontend via an API endpoint /api/

Additionally, when in production it serves the frontend on /.

Development

First, install all the dependencies:

npn install

To run the server:

npm start

To run the server in production:

NODE_ENV=production npm start