Skip to content

showpass/notifications-dashboard

Repository files navigation

notifications-dashboard

Simple Parse server for Showpass.

Getting Started

Pre-requisites

This project uses docker-compose for development. Please set up your machine to to run the docker-compose command before proceeding.

Usage

To run this project, simply start the project with docker-compose.

docker-compose build
docker-compose up

Local Usage

Follow these steps if you wish to run the project without docker.

Pre-requisites

The only pre-requisite for this project is Node.js.

Setup

To run, you will need to install the project's NPM dependencies.

npm install

Configure environment

Configure your environment variables, using the default config file as needed.

cp default.env .env
nano .env

Build server

npm run build

Run server

To start the server, simply run the NPM script.

npm run start

Continuous Integration

To simplify deployment, continuous integration has been configured using Circle CI. Any changes pushed to master branch will be automatically deployed to the live server.

About

Simple Parse server for Showpass

Resources

Stars

Watchers

Forks

Packages

No packages published