Soon to be on Y combinator, I kid, this is a full stack application showcasing how you might use Generative AI to help with procurement processes.
- Install all the libraries
npm install && cd client && npm install
- Update your
WATSONX_AI_APIKEY
andWATSONX_PROJECT_ID
in the.example_env
file and rename the file to.env
- Start a Postgres server, I find the easiest way to do this is with the Postgres App
- Update the
DB_NAME
andDB_PORT
in the.env
file - Create a test user by running
node tests/model/testuser.js
- Create a test vendor user by running
node tests/model/testvendor.js
- Start the app by running
npm run dev
this should start the backend express server and the front end Vite app which should run locally at http://localhost:5173/ - Login using the test user UN: [email protected] PW: abc123
# Other References 🔗
- ToDo...maybe later
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License