Simple crufty parser for issues list in markdown; nodejs typescript express api
nodejs and yarn
yarn install
Put the markdown file containing issues in top level folder.
src/issuesDb.ts line 8 replace neo4j and password with correct credentials for your database
src/routes.ts line 20 replace issues.mdx with the name of your markdown file line 28 replace database name ('test') with name of your database
yarn start:dev
curl localhost:4444/parseIssues
This will parse the issues file and load the issues into the specified Neo4j database.
- Database connection details are hard coded, also database name.
- Proper organization of code and add model classes/interfaces