Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.12 KB

File metadata and controls

54 lines (37 loc) · 1.12 KB

Molecule Parser

Welcome to the Molecule Parser!
Here You can parse molecules and obtain the exact count for each atom.
The goal of this repository was for me to learn how to deploy a basic application on AWS Amplify.
It contains the minimal objects required to do so and would probably be of some interest for a developer with with the same objective.

Deployment

The app can be deployed on AWS Amplify, using lambda.py as the lambda function (REST API). This API is called in App.jss .

Getting Started

This project uses yarn as its package manager. Since a yarn.lock is committed, use yarn (not npm) to ensure consistent dependency versions.

Install dependencies

yarn install

Run the app

yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Run tests

yarn test

Build for production

yarn build

Tech Used

React Node.js v6.10 and v8.10 AWS Lambda API Gateway IAM