Skip to content

API and web-client for the Intero - Artificial Inteligence Designing System project.

License

Notifications You must be signed in to change notification settings

fanton-dev/intero-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intero Server

Server-side code and web application of the Intero home designer project.

Contributions welcome badge License badge

API Reference

Swagger Documentation containing information about all the endpoints is available here.

Setup locally

  1. Clone the project repository.
git clone https://github.com/fanton-dev/intero-server
cd intero-server
  1. Install nx and project decencies.
npm install -g nx
npm install
  1. Configure environment variables.

Rename the .env.template file to .env and fill-in the missing values.

  1. Start the applications

To bring up the intero-server run.

nx serve intero-server

To bring up the intero-web-client run.

nx serve intero-web-client

Setup using Docker

  1. Ensure you have Docker and docker-compose installed and running. In case you are having issues, you may refer to the Docker installation documentation.

  2. Clone the project repository.

git clone https://github.com/fanton-dev/intero-server
cd intero-server
  1. Start development server using Docker.
docker-compose up

Contributions

  1. Fork it (https://github.com/fanton-dev/intero-server/fork)
  2. Create your feature branch (git checkout -b feature-fooBar)
  3. Commit your changes (git commit -a)
  4. Push to the branch (git push origin feature-fooBar)
  5. Create a new Pull Request
  6. Upon review it will be merged.

License

Distributed under the BSD-3 Cause license. See LICENSE for more information.

About

API and web-client for the Intero - Artificial Inteligence Designing System project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •