Skip to content

A full stack application using the MERN technologies as well as Graphql to offer companies a useful internal tool for managing clients, projects, and more!

Notifications You must be signed in to change notification settings

jonteal/FlowSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowSwift

Description

The purpose of this application is to provide companies or organizations with a tool to manage clients, client projects, organization financials, client financials, client kanbans, and internal activity feeds for updating team members for cross team cooperation.

License: MIT

Table of Contents

Installation

  • Clone the repository using:
git clone https://github.com/jonteal/FlowSwift.git
  • Be sure that you are in the current working directory
cd client
npm install OR npm i
  • Next, run the project by typing the following command in the terminal:
npm run dev

Usage

  • In order to use the application the user can run the app locally. A database connection is required to test this application. Create an .env file and set up MongoDB URI connection.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

How to Contribute

  1. Fork the repo!
  2. Create a feature branch:
git checkout -b yourname-branch
  1. Commit changes:
git commit -m 'Your changes here'
  1. Push to the branch:
git push origin yourname-branch
  1. Submit a pull request and wait for it to be approved or denied.

Tests

No tests available at this time.

Questions

If you have any questions or comments, please feel free to contact me by email:

Video

Register an account

Video Example of how to Registering

Create an Organization

Video Example of how to Add an organization

Create a Client

Video Example of how to Add a client

Create a Client Project

Video Example of how to Add a client project

Create a comment in Client Feed

Video Example of how to create a comment in a client feed

Create a comment in Project Feed

Video Example of how to create a comment in a project feed

Create a Service

Video Example of how to create a service

Create an Invoice

Video Example of how to create an invoice

Create a Kanban

Video Example of how to create a Kanban

About

A full stack application using the MERN technologies as well as Graphql to offer companies a useful internal tool for managing clients, projects, and more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors