# template-odoo
**Repository Path**: userjia/template-odoo
## Basic Information
- **Project Name**: template-odoo
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-04
- **Last Updated**: 2024-07-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### Stay connected
[](https://github.com/vuestorefront/vue-storefront)
[](https://twitter.com/vuestorefront)
[](https://www.youtube.com/c/VueStorefront)
[](https://discord.vuestorefront.io)
## Vue Storefront 2 integration with Odoo
This project is a Odoo integration with [Vue Storefront 2](https://github.com/vuestorefront/vue-storefront/).
This integration is being developed and maintained by [ODOOGAP / PROMPTEQUATION](https://www.odoogap.com/) ❤️
Check our [demo](https://vsf.labs.odoogap.com/) server (it's a dev server so could be down sometimes)
## How to start?
1. Copy .env.example to .env
2. DOT NOT COMMIT .env file
```sh
# install dependencies
yarn install
# generate routes and redirects from ODOO
yarn update:routes
yarn update:redirects
# serve with hot reload at localhost:3000
yarn dev
# build for production and launch server
yarn build
# build local
yarn build:local
```
or use docker-compose
```bash
docker-compose up --build -d
# you might need to
docker-compose restart odoo nginx
```
## middleware.config.js
redisClient will enable/disable cache redis on API level (different from SSR cache)
Want to contribute? Ping us on `odoo` channel on [our Discord](https://discord.vuestorefront.io) or email us at info (at) odoogap.com!
## Resources
- [Vue Storefront Documentation](https://docs.vuestorefront.io/v2/)
- [Odoo integration Documentation](https://docs.vuestorefront.io/odoo)
- [Odoo integration](https://github.com/vuestorefront/odoo)
## Support
If you have any questions about this integration we will be happy to answer them on `odoo` channel on [our Discord](discord.vuestorefront.io).
## Credits
### Authors:
- ODOOGAP / PROMPTEQUATION
## Contributors ✨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!