Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.1 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.1 KB
Skeleton

Skeleton Node Express

This project is a skeleton to facilitate the creation of new projects in Node Express with TypeScript. Its creation is not yet finished, with improvement points already mapped.

🔬 Technologies

  • Node
  • TypeScript
  • Express
  • Mongo

⚙️ Requirements to run project

  • Node 16+
  • yarn

👨‍💻 How Run the project?

  • Local:

      yarn run:local
  • Production/Staging/Development

     yarn build
    
     <-- After -->
     
     yarn run:development
     yarn run:staging
     yarn run:production

📖 Documentation

To access the documentation, start the project and access http://localhost:3000/api/swagger

👷 Next steps

  • Unit test
  • Automatically generated documentation

Work in Progress

Skeleton