Server-side code and web application of the Intero home designer project.
Swagger Documentation containing information about all the endpoints is available here.
- Clone the project repository.
git clone https://github.com/fanton-dev/intero-server
cd intero-server
- Install nx and project decencies.
npm install -g nx
npm install
- Configure environment variables.
Rename the .env.template
file to .env
and fill-in the missing values.
- 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
-
Ensure you have Docker and docker-compose installed and running. In case you are having issues, you may refer to the Docker installation documentation.
-
Clone the project repository.
git clone https://github.com/fanton-dev/intero-server
cd intero-server
- Start development server using Docker.
docker-compose up
- Fork it (https://github.com/fanton-dev/intero-server/fork)
- Create your feature branch (
git checkout -b feature-fooBar
) - Commit your changes (
git commit -a
) - Push to the branch (
git push origin feature-fooBar
) - Create a new Pull Request
- Upon review it will be merged.
Distributed under the BSD-3 Cause license. See LICENSE for more information.