@kevinefra/boiler-node-kevinefra

1.0.7 • Public • Published

Boiler NodeJS - Typescript

📈 Ready to Develop: Works out of the box for most Node.js projects.

All initial tools included and installed:

Getting Started

  • Prior Docker installation required
  • Rename .env.example to .env and set the variables

Clone the template:

$ git clone https://github.com/kevinefraim/boiler-node.git
$ cd boiler-node
$ npm install

Initialize the Server

$ npm run db-start
$ npm run watch

Migrations & Seeds

  • Set NODE_ENV=production in .env file
  • To generate a migration file and run it:
$ npm run migration:generate
$ npm run migration:up
  • To clear the DB run:
$ npm run typeorm schema:drop

Readme

Keywords

none

Package Sidebar

Install

npm i @kevinefra/boiler-node-kevinefra

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

41.1 kB

Total Files

41

Last publish

Collaborators

  • kevinefra