https://pixagram-app.vercel.app/home A mini social app which looks like instagram-clone | reddit clone
This is a small social web app which allows users to register account, post image, see posts by other people. Live.
To run this project on your machine
git clone https://github.com/Jenis313/pixagram.git
cd pixagram
npm install
rename .envsample to .env and add MONGO_CONNECTION_URL(mongo atlas url), JWT_SECRET, PORT, NODE_ENV & cloudinary setups.
app.js
To see the all api endpoints visit this page. To run frontend see this
- Like and Comment Issue.
- Filter image size in uploader middleware.