git clone https://github.com/weni-ai/nexus-ai.git
DEBUG=
ALLOWED_HOSTS=,
SECRET_KEY=
Distributed under the MPL-2.0 License. See LICENSE
for more information.
Create an .env file in the project root and add the above environment variables
For authentication, we use Keycloak, you need to run it locally:
Execute docker-compose build
to build application
Execute docker-compose up
to up the server
Very good, your application is running 🚀
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
To see more go to the Weni Platform central repository.