andregr15 / OneBitFormsClient

Google Forms clone build in Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneBitFormsClient

Google Forms clone build in Angular + Rails

Angular Client for OneBitForms (Api for Google Forms Clone)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

With Docker

Prerequisites

You must have docker and docker-compose installed

For more information, please see https://docs.docker.com/install/ 

Installing

Access the project folder in your terminal enter the following

$ docker-compose build
$ docker-compose run --rm app npm install

After that for test the installation enter the following to up the server

$ docker-compose up

Open your browser and access localhost:4200 to see the home page

Without Docker

Prerequisites

You must have node and npm installed

For more information, please see https://nodejs.org/en/download/package-manager/

Installing

Access the project folder in your terminal enter the following

$ npm install
$ npm start

Open your browser and access localhost:4200 to see the home page

Built With

  • Angular CLI version 6.1.5 - The web framework used
  • Angular Token - Token based authentication service for Angular with interceptor and multi-user support
  • ChartJS - Simple HTML5 Charts using the tag
  • jQuery - jQuery JavaScript Library
  • ng2-dragula - Simple drag and drop with dragula
  • ngx-materialize - Angular wrap around Materialize library
  • ngx-color-picker - Color picker widget for the Angular (version 2 and newer)
  • ngx-pagination - Pagination for Angular
  • rxjs - A reactive programming library for JavaScript

Authors

License

This project is licensed under the MIT License

About

Google Forms clone build in Angular


Languages

Language:TypeScript 68.9%Language:HTML 23.6%Language:CSS 5.4%Language:JavaScript 2.0%Language:Dockerfile 0.2%