# Run scripts in <code>src/db/constraints</code> to check data assumptions
# That's it!
===Troubleshooting===
If you're new to IntelliJ (and even if you're not) you might run into problems with importing the project.
'''Setting Up Project as a Maven project'''
It should be clear if the project is not set up as a Maven project - when you right click on RunInitialImport.java, for example, you won't see an option with
a green triangle next to it that says "Run 'RunInitialImport.java'", and the green triangle in the top toolbar will be grayed out. If the project is not set up as a Maven project, you will not be able to run any of the code. To set up the project as a Maven project, when you import the project, follow the instructions at the following [[link]]: https://www.jetbrains.com/help/idea/maven.html#maven_import_project_start
== Directory Layout ==