Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (41 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.12 KB

iris

About

WIP

Architecture

TODO: Add diagram

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Deployment section for on how to deploy the project on a live system.

Development & Testing

Prerequisites

Following are the softwares requried to get everything up and running.

Installing

For API

  • Install go modules using
go mod download
  • Start the API server
make run

For Frontend:

  • Install the packages mentioned in package.json file for getting all dependencies of the project.
npm install
  • TODO: Configuration
  • Start the application
npm start

Deployment

TODO: Add Docker related notes

Issues

Issues are managed via GitHub Issues here.

Maintainers

License

TODO: Add license