The ultimate lean digital tool to develop faster and better.
Run npm install in client and backend folders.
Run docker-compose up.
You're all set! Go to http://localhost to access to Caspr.
The ORM we use is sequelize. Follow following command to update the database.
Run node_modules/.bin/sequelize model:generate --name User --attributes firstName:string,lastName:string,email:string with correct model name and model attributes.
Run node_modules/.bin/sequelize db:migrate.