imgShare is a web application to share images, comments, and more.
MONGODB_URI
, the mongodb database uriPORT
the http server port. By default is3000
git clone https://github.com/FaztTech/nodejs-imgshare
cd nodejs-imagshare
npm install
npm run build
npm start
docker-compose up
- add user authentication
- Update docker compose
- add input validation
- add cloud storage for assets
- update public/js/scripts.js with vanilla js
- provides an API for client consumption
- hide /profile view from not authenticated users
- validate routes just for authenticated users