Simple Parse server for Showpass.
This project uses docker-compose for development.
Please set up your machine to to run the docker-compose
command before proceeding.
To run this project, simply start the project with docker-compose
.
docker-compose build
docker-compose up
Follow these steps if you wish to run the project without docker.
The only pre-requisite for this project is Node.js.
To run, you will need to install the project's NPM dependencies.
npm install
Configure your environment variables, using the default config file as needed.
cp default.env .env
nano .env
npm run build
To start the server, simply run the NPM script.
npm run start
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.