Steps to run this project:
- Clone the repository
git clone --depth=1 https://github.com/WebStyle/express-starter.git <project_name>
- Install dependencies
cd <project_name>
npm install
- Setup database settings inside
ormconfig.json
file - Run
npm start
command ornpm run serve