- NodeJS 14.17.6 LTS (https://nodejs.org/en/)
- Git 2.33.0 (https://git-scm.com/)
- Postgresql 13.4 (https://www.postgresql.org/download/)
git clone https://github.com/ironicgitposting/server_infinix.git
Go to sources root folder
cd path/to/server_infinix
Install Packages
npm install
npm install -g sequelize-cli
LOCAL_PORT=3000
DB_HOST=127.0.0.1
DB_USERNAME='postgres'
DB_PASSWORD='postgres'
LOCAL_DB_PORT=5432
npm run db:create
npm run db:migrate
npm run db:seeds