Няма описание

Andrew Swistak cfd97175a9 Update specs преди 6 години
app 600124cc47 Convert routes to API routes преди 6 години
bin 22d2a6569c Install webpacker and React преди 7 години
config b6f3ed5d4c API namespace for routes преди 6 години
db 8163cf131e Add very basic pokemon management преди 7 години
lib 808e8b7fbd Resolve rest-client form multivalue [] преди 6 години
log 78560febd9 initialize repo with blank rails app преди 7 години
public 78560febd9 initialize repo with blank rails app преди 7 години
spec cfd97175a9 Update specs преди 6 години
storage 78560febd9 initialize repo with blank rails app преди 7 години
test 684ee654ee Test FlashAlerts rendering преди 7 години
tmp 78560febd9 initialize repo with blank rails app преди 7 години
vendor 78560febd9 initialize repo with blank rails app преди 7 години
.gitignore 8517f98611 Use .env for app setup преди 6 години
.rspec 4ba46674e5 Randomize specs преди 6 години
.ruby-version cd71541305 Update to rails v6.0.0.beta3 преди 6 години
Gemfile 318a14f080 Update to unreleased rspec преди 6 години
Gemfile.lock 318a14f080 Update to unreleased rspec преди 6 години
Procfile.dev 6478cc98bd Set up React with HMR преди 6 години
README.md 13b88f26c5 Update README.md for running tests преди 7 години
Rakefile 78560febd9 initialize repo with blank rails app преди 7 години
babel.config.js d3855a74dd Move .babelrc to babel.config.js преди 6 години
config.ru 78560febd9 initialize repo with blank rails app преди 7 години
jsconfig.json ac92fdd8e4 Add TSServer configuration file преди 6 години
package.json 6478cc98bd Set up React with HMR преди 6 години
postcss.config.js d301462241 Move .postcssrc.yml to postcss.config.js преди 6 години
yarn.lock 6478cc98bd Set up React with HMR преди 6 години

README.md

Pokemon.trade

Running the app:

You will need config/config.yml. This file is not committed to the repository.

To run the app in development, you need to make a Postgres database pokemon_trade_dev. Then you can run the app via foreman start -f Procfile.dev.

For Rails tests, run rspec. For Javascript tests, run yarn test.