oss-slu / esp

MIT License
0 stars 1 forks source link

Upload the ORCA/Gaussian text files on the client component #31

Closed rkarmuri closed 5 months ago

rkarmuri commented 6 months ago

Now that we set up the connection between the Angular and Flask components. We want the user to be able to upload the input files in text format through the user interface. We are to restrict uploading any other file formats on the user interface.

Success criteria for this issue:

rkarmuri commented 5 months ago

We can successfully upload the text files on the client component and send them to the flask component.