No description
  • JavaScript 92.8%
  • Python 5.4%
  • Dockerfile 1%
  • Shell 0.8%
Find a file
2019-03-11 16:41:05 -07:00
csvjson New dataset added (projet pietonnisation) 2019-03-09 13:38:28 -05:00
datasets Parsing library built 2019-03-08 20:02:32 -05:00
geocoding Latest fixes 2019-03-10 09:28:43 -04:00
server Working shit 2019-03-10 09:39:40 -04:00
.babelrc base project. 2019-03-08 18:09:30 -05:00
.gitignore Two new parsers 2019-03-09 03:12:09 -05:00
.prettierrc.yaml changed little things 2019-03-08 20:48:23 -05:00
deploy_parsing.sh Small changes. 2019-03-10 08:14:50 -04:00
docker-compose.parser.yml Small changes. 2019-03-10 08:14:50 -04:00
docker-compose.yml Small changes. 2019-03-10 08:14:50 -04:00
Dockerfile First parser almost done (accidents) 2019-03-09 01:11:41 -05:00
index.js base project. 2019-03-08 18:09:30 -05:00
index.parser.js Parsing library built 2019-03-08 20:02:32 -05:00
LICENSE Initial commit 2019-03-08 17:36:19 -05:00
package-lock.json Merge branch 'master' into google-api 2019-03-09 05:14:16 -05:00
package.json Merge branch 'google-api' 2019-03-09 15:54:51 -05:00
pm2-parser.yml Sequelize config made. 2019-03-08 22:03:43 -05:00
pm2.yml pm2 production 2019-03-09 15:53:19 -05:00
README.md Update README.md 2019-03-11 16:41:05 -07:00

HackQC19-API

hackqc_gagnants_1

How to run the project in dev

npm i && npm run dev

How to run the parser

npm run parser

How to deploy data to AWS

npm run aws

How to add a parser

Simply go in the server/parsing/parsers folder and add a class similar to the one in the file named server/parsing/example_parser.js. Then, import your new file in the server/parsing/parser.js file and add a new instance of your class in the parsers array.

Happy coding!