Skip to content

matheusdoedev/iphoto-api

Repository files navigation

Iphoto API

Repo Size Top Languages Repo License

This is a API REST for Iphoto application

Get Started

Install dependencies:

yarn

npm install

Pre-steps:

  1. Run a Postgres database and put crendetials in .env
  2. 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

About

  • 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.

Technologies

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes following the convential commit standard (git commit -am 'feat: Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request