This is a simple application for planning tasks and manage them.
To run this project you need
- Angular CLI 8.0.6
- Node: 10.11.0
- PostgreSQL 10 or Higher
1.Execute npm install in root and in schedulingClient directories
2.Replace your credentials(username/password) in config.json
3.Since you haven't database, you should create it so enter command
sequelize db:create
sequelize db:migrate
- Start server side with command
node app.js - To start client side go to schedulingClient directory and start it with command
ng serveornpm run start