The omnisales was a project developed at megahack that consist in a platform of management of many sales channel in a single software. We objective is facilitate the your business management.
- Node JS > 13.x
- Adonis JS Global
- postgres or other db
- clone the repository:
git clone https://github.com/gabrieldev525/omnisales.git
- In frontend and backend folder run:
npm install
- Configure your backend .env file
- Run migrations in backend:
adonis migration:run
- In frontend run:
npm start
- In backend run: ``adonis serve --dev```