Coder Social home page Coder Social logo

molecules's Introduction

Molecules App

This app uses Django rest framework and ReactJS with the Material UI library to sketch an interface utilizing material components. Finally, the RDKit library is used to build molecules images.

About Endpoints

  • Get Molecules: http://localhost:8000/molecule
  • Get Activities by Molecule: http://localhost:8000/molecule/<id_molecule>/activity
  • Get detailed Molecule: http://localhost:8000/molecule/<id_molecule>

About pagination

The endpoints to get molecules and their activities have been paginated using two optional attributes: page_size and page_number, their default values are 1 and 10 respectively. The above functionality allows us to have more flexibility and comfort, for instance:

  • http://localhost:8000/molecule?page_number=2&page_size=5 gets 5 results for page 2.

About Frontend

It was utilized material components to sketch the interface. The following are application's screenshots:

List Molecules

molecules.png

List Activities by Molecule

activities.png

Detailed molecule

detailed_molecule.png

All together

all_together.gif

How to run the application?

  • Clone or Download this repository.
  • Open a new terminal:
    • cd molecules
    • docker-compose up, this command will create two containers: molecules_frontend and molecules_backend.
  • Once the command has finished, open the browser and go to http://localhost:3000

Running the application

docker_execution.gif

Finally, I have used Docker version 20.10.6, docker-compose version 1.29.1, and Windows 10 to test the deployment process.

molecules's People

Contributors

carmoreno avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.