DEV Community

Ehsan Ghaffarii
Ehsan Ghaffarii

Posted on • Originally published at fotokar.ir on

A NodeJs web application using an application skeleton!

Alt Text

Every time I tried to build a node web app, I had to build the whole structure from scratch.
After a while, I became acquainted with the new Expressjs tool, which almost does the job of a framework for Express.

That tool is Express application generator.

I create a minimal web app using the Express application generator, You can find the whole source on GitHub at - https://github.com/ehsanghaffarii/express-mvp-postgres-db

Top comments (0)