Skip to content

nicknochnack/sourcery

Repository files navigation

Sourcery - Use Generative AI for Procurement

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.

See it live and in action 📺

Startup 🚀

  1. Install all the libraries npm install && cd client && npm install
  2. Update your WATSONX_AI_APIKEY and WATSONX_PROJECT_ID in the .example_env file and rename the file to .env
  3. Start a Postgres server, I find the easiest way to do this is with the Postgres App
  4. Update the DB_NAME and DB_PORT in the .env file
  5. Create a test user by running node tests/model/testuser.js
  6. Create a test vendor user by running node tests/model/testvendor.js
  7. 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/
  8. Login using the test user UN: [email protected] PW: abc123

# Other References 🔗
- ToDo...maybe later

Who, When, Why?

👨🏾‍💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages