Open-source web application for computational chemistry developed with an Angular front-end and FastAPI back-end.
- Node
- Python
- Pip
- Postgres
- Auth0
Install dependencies: npm i.
Serve the Angular app: npm start.
Auth0 application ids needs to be added into environments.ts file
Need to add user into user table manually to skip setting up Auth0 login flow to store user onto external database.
To run the server locally please refer to the README file inside the server directory