Giter Site home page Giter Site logo

jmaicaaan / express-starter-ts Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 291 KB

This repository gives the developer an Express Starter written in Typescript to kick off there development fast ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

TypeScript 90.38% JavaScript 9.62%
express rest-api routing-controllers starter-kit typeorm typescript

express-starter-ts's People

Contributors

ceddimandocdoc avatar cedmandocdoc avatar jmaicaaan avatar jsantos-isbx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

express-starter-ts's Issues

Initial seed

  • Initial admin account

  • Initial user account (non-admin)

  • Initial roles (User and Admin)

Use tsconfig.json paths into dist folder

Currently, we have the paths in the tsconfig.json where we can use as a path to the specific folders. However, that is only in the Typescript world (src) not in the distribution.

Re-structure folder

As discussed, we will have some folder structures in our src folder to minimize the folders or the confusion for the developers as it currently mixing the app files and with the migrations and seeds.

Proposed folder structure
As discussed, we will have some folder structures in our src folder to minimize the folders or the confusion for the developers as it currently mixing the app files and with the migrations and seeds.

Proposed folder structure

  • src
    • app
      • controllers
      • common
        • enums
        • middlewares
        • repositories
        • services
        • utils
      • entities
      • tests
    • migrations
    • seeds
    • server.ts

@ciiidi, let me know your thoughts with my proposed folder structure & let's add this into next branch!

Fix documentation image

@ciiidi, I think the shareable link in the google photos expires every month? If we can manage this in the google settings about this, let's do it otherwise I will create a dropbox for us.

Gulp - Reusable tasks

Our generators would typical use the same tasks with different paths. I think it is much better to create a reusable tasks to reduce codes, file size and a more concise code to everyone.

Documentation image - hosted

We have our folder for the documentation image in our source code which addends into the source size, let's move documentation images in a hosted server and insert the link in the README.md

Refactor test scripts.

Add tests for:
-unit
-end 2 end
-integration

Sit the test next to implementation. There is WIP of this on the next branch

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.