Giter Site home page Giter Site logo

connect's Introduction

Connect

An open platform to save anonymous data coming from any application using this API

Usage

If you want to use the connect api service see the full usage guide to learn more about it.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software

node v12.5+
yarn v1.16+
docker-compose v1.23+ (or a Mongo database)

Installing

Setup env variables. The parse dashboard password have to be bcrypt hash (see https://bcrypt-generator.com/)

cp .env.dist .env

Edit the .env file to set your custom values. Then start the docker compose to get a mongo db ready to use

docker-compose up -d

Alternatively, you can use a Mongo DB without Docker, but you will need to create the three databases MONGO_DB_NAME, MONGO_DB_NAME-apiand MONGO_DB_NAME-sandbox and give readWrite access to the user MONGO_USERNAME ad defined in the environment variables. If the Mongo DB is in your local computer and you want to avoid this step, you can leave blank the variables MONGO_USERNAME and MONGO_PASSWORD so Mongo DB will be accessed without access control and connect will automatically create the tables when needed.

Install the node modules

yarn install

Build the react application

yarn build

The project is ready to run

yarn start

Running the tests

To run jest tests :

yarn test

connect's People

Contributors

brunomaurice avatar dependabot[bot] avatar ntraut avatar r03ert0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.