GithubHelp home page GithubHelp logo

logistigo's Introduction

Logistigo

This is a rest api with Nestjs FrameWork using typeorm and mysql database.

Installation

$ yarn install

Running the app

# development
$ yarn start
#development watch mode
$ yarn start:dev
# production mode
$ yarn start:prod

Project Structure

|-- dist (1)
|-- node_modules (2)
|-- src (3)
   |-- config (4)
   |-- constants (5)
   |-- controllers (6)
   |-- exceptions (7)
   |-- middlewares (8)
   |-- models (9)
   |-- repositories (10)
   |-- security (11)
   |-- services (12)
   |-- AppModule.ts (13)
   |-- main.ts (14)
|-- .env(15)
|-- .eslintrc
|-- .prettierrc
|-- .stylelintrc
|-- package.json(16)
|-- README.md
|-- tsconfig.json
|-- yarn.lock

(1) : This folder contains the compiled code of the project.

(2) : This folder contains all the dependencies of the project.

(3) : This folder contains all the source code of the project.

(4) : This folder contains all the configuration files of the project.

(5) : This folder contains all the constants of the project.

(6) : This folder contains all the controllers of the project.

(7) : This folder contains all the exceptions of the project.

(8) : This folder contains all the middlewares of the project.

(9) : This folder contains all the models of the project.

(10) : This folder contains all the repositories of the project.

(11) : This folder contains all the security files of the project.

(12) : This folder contains all the services of the project.

(13) : This file contains the root module of the project.

(14) : This file contains the entry point of the project.

(15) : This file contains all the environment variables of the project.

(16) : This file contains all the dependencies of the project.


Technologies used

logistigo's People

Contributors

makhloufhleli 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.