Giter Club home page Giter Club logo

fitbitz's Introduction

fitbitz

A simple app showcasing Apollo graphQL Server and Client, Express and Knex with PostgreSQL.

Important

There is a .env file in the root of application. Should you decide to change the configuration in the file make sure you update the scripts\db.sql script otherwise, the application would not be able to connect to your database.

Installation

Inside the application root folder, in your terminal, type the following:

    yarn install

    or

    npm install

Runing the unit tests


    yarn test

    or

    npm run test

Create Database objects

  • Change in the scripts directory

  • Using psql, and still in the scripts directory,connet to a postgres instance. Once connected to you database, create database objects from the db.sql in the folder like the following:

  • \i db.sql

Build Application

From the application root folder, run

    yarn build

    or

    npm run build

The above will generate a dist folder. Inside the folder is a production ready app including the frontend and the backend.

Running the build application

Change into the generated dist folder and type the following:


    node app.server.js

Alternatively, you could use:

    yarn start

    or

    npm start

The above would build and run the application.

Thank you.

fitbitz's People

Contributors

steveesamson avatar

Watchers

 avatar

Forkers

togovee

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.