imigz is an image sharing and image hosting service
- Create users and update their information
- Github auth (Sign in/Sign up with github)
- Upload Media (png, jpeg, gif)
- Storing media in S3 and serving them via Cloudfront
npm install
docker-compose up -d
npm run migrate:latest
npm run build
npm run start
# or
npm run dev
# Make sure first that containers are up and latest migration is done
npm run test