Coder Social home page Coder Social logo

alao-abiodun / contract_and_payment_service Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 414 KB

This application is to help track information and transaction between two users which is the client and contractor.

JavaScript 4.59% Makefile 0.43% TypeScript 94.98%

contract_and_payment_service's Introduction

contract_and_payment_service

The project is implemented using the modular based architecture. The project is divided into modules, the profile(auth, user) module is responsilber for creating a profile on the application, the contract module and the job module. The contract module is responsible for creating, updating, and deleting contracts. The payment(job) module is responsible for creating, updating. The project uses the nestjs framework. The project uses the postgres database. The project uses the docker to run the database. The project uses the makefile to run the server, database, and migrate the database.

Installation

How to install from source

  • Clone the repository - git clone repo-link
  • cd project-folder
  • You need to have valid mySQL or Postgres database connection
  • Install dependencies - pnpm install
  • Setup environment variable - cp .env.example .env
  • Run development server make server

Using docker with the database with migration

  • Start docker container - make start_db
  • Stop docker container - make stop_db
  • Migrate the database - make migrate
  • Rollback the database - make rollback

Format code with Prettier

  • After writing code, you can format it with Prettier using yarn format
  • You can update your prettier config in .prettierrc file, the default setting uses 4 spaces for indentation

contract_and_payment_service's People

Contributors

alao-abiodun avatar

Watchers

 avatar

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.