Giter Club home page Giter Club logo

testseq's Introduction

Express js docker

Getting Started

In order to run the project you need Docker and Docker Compose, if you already have them installed you can skip the step 1 and 2.

1. Install Docker

  • Install Docker in your machine for your corresponding OS.
  • Verify your installation. Run:
$ docker --version
Docker version 17.03.0-ce, build 60ccb23

2. Install Docker Compose

$ docker-compose --version
docker-compose version 1.22.0, build 1719ceb

3. Clone the repo with the following command:

$ git clone [email protected]:Roberto4091/express-js-docker.git
$ cd express-js-docker

Running the application with docker

1. Copy .env file

$ cp ./.env.example ./docker/.env

2. Build the application

$ docker-compose -f docker/docker-compose.yml build

3. Running the application

$ docker-compose -f docker/docker-compose.yml up

Then go to http://localhost:8000.

Other commands

Create new model and migration

$ docker-compose -f docker/docker-compose.yml run example_dev npm run model:generate -- --name MODEL_NAME --attributes THE_ATTRIBUTE:TYPE

Apply migrations

$ docker-compose -f docker/docker-compose.yml run example_dev npm run migrate

Create seed

$ docker-compose -f docker/docker-compose.yml run example_dev npm run seed:generate -- --name SEED_NAME

Run seeds

$ docker-compose -f docker/docker-compose.yml run example_dev npm run seed

testseq's People

Contributors

nicolas-carlini 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.