Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.89 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.89 KB
Project icon

moncon API

Status GitHub Issues GitHub Pull Requests License


📝 Table of Contents

🧐 About

This repository contains the moncon API.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need NodeJS installed, at least version 14.

Installing

Install dependencies.

npm install

Configuration

  • You need to have an instance of a MongoDB database, for example running a docker container with
docker run --name moncon-database -p 27017:27017 -d mongo
  • Make a copy of the .env.example file with the name .env, and update it with your config
  • You need to add the file firebaseServiceAccountKey.json containing the Firebase configuration

Development

To start the local development server execute the following command.

npm run dev

⛏️ Built Using