This is a API REST for Iphoto application
Install dependencies:
yarn
npm install
Pre-steps:
- Run a Postgres database and put crendetials in .env
- Create a bucket in AWS S3 to use in, and put credentials in .env
Development:
npm run start:dev
yarn start:dev
Production:
npm start
yarn start
Build:
npm run build
yarn build
- This is a API Rest made in Nest.js with TypeScript for Iphoto application.
- Iphoto is a web app where user can save his photos and manage in albums.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes following the convential commit standard (
git commit -am 'feat: Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request