Skip to content

primum-coertus/priplan-server

Repository files navigation

PriPlan Server

Prerequisites

  1. Node.js

    $ node -v
  2. NPM

    $ npm -v
  3. Redis

    $ redis-server -v
  4. Git

    $ git --version

Development

  1. Clone the repository

    $ git clone https://github.com/primum-coertus/priplan-server.git
  2. Install dependencies

    $ npm i
  3. Copy .env.example to .env and fill the environment variables

    $ cp .env.example .env
  4. Run the development server

    $ npm run dev
  5. Open the website in your browser (default: http://localhost:3001)

Releases

No releases published

Packages

No packages published