This application uses: Vue 2, NodeJS, Express, Sequelize, PostGreSQL and Vuetify. System that allows to create Schedules.
GooWil App
BackEnd:
cd backend
npm install
FrontEnd:
cd frontend
npm install
- It is necessary
- Install PostgreSQL
- Configuration of the PostgreSQL database [backend/server/config/config.json]
{
"development": {
"username": "postgres",
"password": "sample",
"database": "goomi_dev",
"host": "127.0.0.1",
"port": 5432,
"dialect": "postgres"
}
...
}
To run the application, it is necessary to have running the backend and frontend app
cd backend
npm start
cd frontend
npm run dev
- 0.0.1
- Work in progress
Dheeyi William – @YourTwitter – [email protected]
See MIT LICENSE
for more information.