antoinemichaud / tennisevolution

0 stars 1 forks source link

Ecrire un petit manuel pour les participants #57

Open antoinemichaud opened 8 years ago

antoinemichaud commented 8 years ago

Pour les requêtes curl, maven, usage de la VM, ... Sous forme de Github page par exemple.

herveDarritchon commented 8 years ago

:+1:

J'avoue qu'un read pour expliquer comment lancer le server de la partie Xtreme refactorig, ça serait vraiment ;)

J'ai fait un git clone avec un npm install puis npm start.

npm start react-isomorph@0.0.0 start /Users/throdo/Programmation/Workspaces/Conference/BreizhCamp/XtremeRefactoringDeathmatch/tennisevolution/server npm run build && node server.js

react-isomorph@0.0.0 build /Users/throdo/Programmation/Workspaces/Conference/BreizhCamp/XtremeRefactoringDeathmatch/tennisevolution/server browserify -t babelify -t reactify app.js -o public/bundle.js

Express server listening on port 8082

Et quand je tente le curl de création d'équipe :

j'obtiens une erreur post interdit.

curl 'http://localhost:8082/registerRest' -H 'Content-Type: application/json' -d '{"name": "MY_TEAM_NAME"}' Cannot POST /registerRest

Merci