Skip to content

Commit

Permalink
Merge pull request #1 from NicolasOmar/feature/add-new-pet
Browse files Browse the repository at this point in the history
Feature | Add a new Pet | Back End
  • Loading branch information
NicolasOmar authored May 22, 2022
2 parents cb60380 + 7bf53c4 commit f6a3f1f
Show file tree
Hide file tree
Showing 39 changed files with 15,650 additions and 4,985 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets" : ["@babel/preset-env"],
"plugins": [
"@babel/plugin-transform-runtime",
"import-graphql"
"import-graphql",
"@babel/plugin-transform-runtime"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once you have cloned the repo, it will show you the following folders:
## Find out more
| [Project Status](https://github.com/users/NicolasOmar/projects/1/views/1) | [Storybook site](https://my-pets-storybook.netlify.app/) | [React Repo](https://github.com/NicolasOmar/my-pets) |
| :--- | :--- | :--- |
| Trello board for project status tracking | Site dedicated to show and test all the created components | React front-end repository |
| Project board for project status tracking | Site dedicated to show and test all the created components | React front-end repository |

## License
**MIT**
17 changes: 10 additions & 7 deletions coverage/coverage-final.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions env/local.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PORT=4000
CONNECTION_URL=mongodb://localhost:27017/my-pets
CONNECTION_URL_TEST=mongodb://localhost:27017/my-pets-test
JWT_SECRET=thisIsMyLocalSecret
CRYPT_SECRET=mySecretLocalItIs
CRYPT_METH=Rabbit
API_VERSION=0.0.17
API_VERSION=0.1.18
API_ENVIRONMENT=LOCAL
PLAYGROUND_URL=http://localhost:4000/graphql
REPOISTORY_URL=https://github.com/NicolasOmar/my-pets-api
WEB_URL=http://localhost:3000/
WEB_URL=http://localhost:3000/
BABEL_DISABLE_CACHE=1
11 changes: 11 additions & 0 deletions env/test.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PORT=4001
CONNECTION_URL=mongodb://localhost:27017/my-pets-test
JWT_SECRET=thisIsMyTestSecret
CRYPT_SECRET=mySecretTestItIs
CRYPT_METH=Rabbit
API_VERSION=0.1.18
API_ENVIRONMENT=TESTING
PLAYGROUND_URL=http://localhost:4001/graphql
REPOISTORY_URL=https://github.com/NicolasOmar/my-pets-api
WEB_URL=http://localhost:3000/
BABEL_DISABLE_CACHE=1
Loading

0 comments on commit f6a3f1f

Please sign in to comment.