Here the demo link deployed to Heroku: https://tutors-zone.herokuapp.com/
- Nodejs >= v16.0.0
- Angular-Cli v13:
npm install -g @angular/cli@13
- Make sure to have
Nodejs >= v16
- Go to server directory
cd server
- Set the Environment variables by copy
.env.example
file and change its name to.env
and put on save root. - Make sure you are running MySql Server locally.
- To run the project run
sh run.sh
command which will take care of:- Install the dependencies.
- Create DB.
- Run migration.
- Run Seeds.
- Run Server.
- Go to server/package.json and check the available scripts.
- Make sure to instal Angular-Cli globally
- Go to client Directory
cd client
- Run
npm install
to install the dependencies - To run the project run
ng serve
- Node.js V16.x
- Express
- MySQL