SastaGram

Click Here

SastaGram is a social media where you can post pictures of your dog, like, comment and share it with your friends. You can follow others to view their posts.

So, Have fun with dogs🐶

Screenshots

Homepage

Home Page


Home Page


Dashboard

Dashboard


Profile Page

Profile

Available Commands

Client Side

For starting client server, you can run:

npm run dev" : "next dev",

The app is built using next react for client side, so this command Runs the app in Development mode. Open http://localhost:3000 to view it in the browser. You also need to run the server file as well to completely run the app. The page will reload if you make edits. You will also see any lint errors in the console.

"npm run build": "next build",

Builds the app for production to the .next folder. It correctly bundles React & Next in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app will be ready to deploy!

Server Side

For starting client server, you can run:

"npm start": "node -r esm server.js",

The app is built using node express so this command start the server. Running on http://localhost:8000 to view it in the browser.

To make server reload if you make edits(Using Nodemon).

"npm start": "nodemon -r esm server.js",

You will also see any errors in the console.

Built With

  • JavaScript
  • Node
  • Express
  • Next
  • React
  • NPM
  • MongoAtlas
  • HTML
  • CSS
  • Bootstrap

Author

Shiv Kushwaha

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!