Giter VIP home page Giter VIP logo

aide-api's Introduction

Build Test Security Scanning


Logo

AIDE API

The AIDE API is responsible for acting as an intermediary between the AIDE Front-End and downstream services including the MONAI Deploy components; Informatics Gateway and Workflow Manager.

Report Bug · Request Feature

Getting started

Start by cloning or creating a fork of this repository. See GitHub's documentation for help with this: https://docs.github.com/en/get-started/quickstart/fork-a-repo

Secondly ensure that you download and install Node & NPM.

Once you have installed Node and NPM, you can verify that it is correctly installed and referenced in your PATH system variables by executing the following and receiving similar output:

$ node -v
v16.14.0
$ npm -v
8.3.1

Following installation of Node and NPM, you should be able to run the following command to install the referenced project dependencies from the src folder within the repository:

$ npm install

Following installation of the project dependencies, to begin working on the application, you can execute the following commands to start the API on your local machine.

# Run the application in development mode
$ npm run start

# Run the application in development mode, with file watch mode, where changes will cause the application to reload whilst running.
$ npm run start:dev

# Run the application in production mode
$ npm run start:prod

Test

To verify that your changes haven't affected existing functionality, you can run the unit tests and end-to-end tests, which will be required to pass for any subsequent contribution to the code base:

# Run the unit tests
npm run test:unit
# Run the end-to-end tests
npm run test:e2e

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

AIDE is Apache 2.0 licensed. Please review the LICENCE for details on how the code can be used.

aide-api's People

Contributors

woodheadio avatar samrooke avatar neildsouth avatar remakingeden avatar khayamamin avatar dusty-meg avatar rowellx68 avatar danielnuttall-ad avatar dependabot[bot] avatar migle-markeviciute avatar jackschofield23 avatar lillie-dae avatar rowellheria-ad avatar github-actions[bot] avatar answeranand 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.