Skip to content

Commit

Permalink
Merge pull request #13 from andela/ch-setup-project-folders-163115287
Browse files Browse the repository at this point in the history
#163115287 Setup project folder structure
  • Loading branch information
seunkoko committed Jan 14, 2019
2 parents 92dc6ee + 436c17a commit 2a3b93c
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 199 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### What does this PR do?

#### Description of Task to be completed?

#### How should this be manually tested?

#### What are the relevant pivotal tracker stories?
4 changes: 0 additions & 4 deletions config/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions config/passport.js

This file was deleted.

57 changes: 0 additions & 57 deletions models/User.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"comp": "babel index.js -d build",
"clear": "rimraf build && babel index.js -d build",
"start": "npm run comp && node build/index.js",
"dev-start": "nodemon -w src --exec npm run start",
"test": "nyc --reporter=html --reporter=text --require @babel/register mocha --exit --timeout=20000",
"start:dev": "nodemon -w src --exec npm run start",
"test": "nyc --reporter=html --reporter=text --require @babel/register mocha server/test/**/*.js --exit --timeout=20000",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "Andela Simulations Programme",
Expand Down
18 changes: 0 additions & 18 deletions routes/api/index.js

This file was deleted.

87 changes: 0 additions & 87 deletions routes/api/users.js

This file was deleted.

5 changes: 0 additions & 5 deletions routes/index.js

This file was deleted.

Empty file added server/controllers/.gitkeep
Empty file.
Empty file added server/helpers/.gitkeep
Empty file.
Empty file added server/middlewares/.gitkeep
Empty file.
Empty file added server/routes/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions test/sampleTest.js → server/test/sampleTest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { expect } from 'chai';


Expand Down

0 comments on commit 2a3b93c

Please sign in to comment.