Skip to content

Commit

Permalink
feature: add seeds on migrations (#3)
Browse files Browse the repository at this point in the history
* chore: remove plans

* feature: add seeds on migrations

* fix: change precommit script

* fix: update script

* fix: add adonijs on circleci

* fix: add adonisjs on circleci

* fix: add .env.testing

* chore: add seed instructions
  • Loading branch information
omarciovsena authored Nov 25, 2018
1 parent 33f2d3a commit d8b10cb
Show file tree
Hide file tree
Showing 10 changed files with 31,838 additions and 35 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run:
name: Adonisjs install
command: yarn global add @adonisjs/cli

- run:
name: Run tests
command: yarn test:circle
command: yarn test

production:
docker:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

- Download this source code into a working directory.
- Install the requirements: `yarn`
- Create `.env` file
- Run migrations `yarn migrations`
- Run the server using the following command: `yarn start:dev`
- Visit `localhost:3333` to see the running website!
Expand Down
Loading

0 comments on commit d8b10cb

Please sign in to comment.