The app is built using React & node.js
- Repo name change: d.gallery?
- Home title change
- Create post
- vid' url to show as video
- Styling (SCSS / Tailwind)
- Remove border for inputs, only placeholder
- Update post
- Multiple images in one post
- Discovery page - External gallery API page e.g. art institutes, pinterest. Then reblog.
- Move database to AWS RDS - mySQL, server-side to AWS Lambda and API Gateway
- Authentication (will change nature of app)
- Playlist link, player addon
- Backend restructure for different logins (post uploader_id etc)
git clone https://github.com/zacharychoi-ce/gallery-app-react.git
cd gallery-app-react && npm iDatabase setup
npx knex migrate:latest
npx knex seed:runRunning the app
npm run devOn browser, run:
http://localhost:3000