Git Product home page Git Product logo

cmms's Introduction

COTENCE

License: MIT

What is COTENCE

COTENCE is a web application which provides functionalities to manage any kind of maintenance job task of an organisation.

Image

Configuration

COTENCE is totally built on the PHP(7.1) Laravel Framework (5.6). Front-End framework used is Vue.js

System Configuration

Follow below steps to configure the project in your PCs.

Note : Use Composer Fresh Install if composer package manager is not installed.

  • Integrate Node_Modules
    • npm install

Database Configuration

  • Create a new File with .env extension.(No File Name).As Similar as .env.example file.

  • Copy and Paste everything presented in the .env.example to the newly created .env file.

  • Edit the .env file like below . use DB_DATABASE to give the MYSQL Database Name , Use DB_USERNAME and DB_PASSWORD to give authentication creditionals to the Laravel application.

    Env

  • Then go to cloned project folder and open terminal there and execute php artisan migrate to migrate DB relations in the created database.

  • Execute this command to add Laravel encrption key php artisan key:generate

Now the System is Well Configured in the Computer. Have Problems ? Free to Contact Developers.

Testing and Debuging

  • Use Laravel Inbuilt-server or web server solution stack packages like XAMPP to run the system in local PCs.
    • php artisan serve to use the Laravel Inbuilt-Server. System will run on http://127.0.0.1:8000 by default.
    • Make Sure to use XAMPP or similar stack packages supports PHP 7.1+

Contributing

Thank you for considering contributing to the COTENCE System. Contributing guidelines will be updated soon. But Issue reporting and Pull Requests are always welcome.

Security Vulnerabilities

If you discover a security vulnerability within COTENCE, please send an e-mail to N.Gimhana via [email protected]. All security vulnerabilities will be promptly addressed.

License

COTENCE System is open-sourced software licensed under the MIT license.

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.