Volubly is a Angular 7 application for the purpose of messaging and Voice over IP service, allowing users to send text messages, voice calls, recorded voice messages, video calls, images, documents, and user location.
Install PostgreSQL following the official instructions.
Run yarn
$ yarn install
Run codegen to generate TypeScript types
$ yarn generate
Run start
$ yarn start
Note that the server is using a common Cloudinary storage for uploading images. To change Cloudinary URL, please edit the .env
file.
Use the package manager npm to install volubly-app.
npm install volubly-app
Implements the same functionality as WhatsApp for mobile devices
//adding stuff later
foobar
to
foo
extracted from
barfoo
-
Angular - TypeScript-based open-source web application framework from Google. Version 7.2.
-
Typescript - Strict syntactical superset of JavaScript, and adds optional static typing to the language. Integrated within Angular 7
-
NPM - Dependency Management
-
yarn - Dependency Management
-
Angular CLI 7.3.2 - command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications
-
ExpressJS- fast, unopinionated, minimalist web framework for node
-
GraphQL - Query language for your API, and a server-side runtime for executing queries by using a type system you define for your data
-
Apollo-GraphQL - GraphQL server for Express for replacing many inflexible APIs with a single versatile query system
-
GraphQL-Subscriptions - A small module that implements GraphQL subscriptions for Node.js
-
GraphQL-Modules - a toolset of libraries and guidelines dedicated to create reusable, maintainable, testable and extendable modules out of your GraphQL server
-
GraphQL-Code-Generator - CLI tool that can generate TypeScript typings out of a GraphQL schema
-
TypeORM - ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports PostgreSQL. Works in NodeJS
-
Angular Material UI - Material Design components for Angular
-
Postgresql - Open source object-relational database Modules
-
Body-parser - Node.js body parsing middleware
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Jake Westerfield - Primary Work