GithubHelp home page GithubHelp logo

avidianity / jeepunii Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 8.73 MB

Contactless E-Jeepney Payment System

Home Page: jeepunii.vercel.app

HTML 0.50% CSS 0.26% JavaScript 0.31% TypeScript 95.00% SCSS 3.44% Shell 0.40% Dockerfile 0.11%

jeepunii's Introduction

Jeepunii

Before Proceeding:

Knowledge on how to change directories on the terminal is assumed. See 'cd or change directory' topic on this tutorial. Then proceed to setup.

Requirements

  • Git
  • Docker
  • Docker Compose

Setup

Clone the repository

git clone https://github.com/avidianity/jeepunii.git

Make sure you have yarn installed on your system.

Installing yarn if you haven't yet:

npm install -g yarn

To confirm if yarn is installed. Type:

yarn --version

Installing Dependencies

Note: If docker is used, exclude server from installation and skip to running after finishing mobile and web setup.

On each module (mobile, server (exclude if using docker), web) run:

yarn

This will install any dependency that each module needs.


Setup Environment Variables

Web

  • Copy .env.example to a new .env file.

Mobile

  • Copy localconfig.example.json to a new localconfig.json file and adjust dev value address to the correct IP Address of your system.

Server

With Docker:

Nothing to do


Without Docker:

  • Copy .env.example to a new .env file.
  • LOCATION_IQ_TOKEN can be acquired by signing up for a free tier account at LocationIQ. This is used by the server internally to improve location searching capabilities.
  • Setup database credentials
  • Put KEY (it can be any combination of letters and numbers)

Running

Mobile and Web

yarn start

Server

With docker:

docker-compose up -d --build

Without docker:

yarn start:dev

jeepunii's People

Contributors

avidianity avatar imgbotapp 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.