/snapsprout

A social media application for sharing photos. Follow, like and comment on posts! Built with ReactJS and Express

Primary LanguageJavaScript

About

snapsprout lets you share photos, like and comment, follow your friends and more.

Run on local machine

Fork this repository

Clone this repository in your desired folder by

$ git clone https://github.com/{YourUsername}/Snapsprout
Make sure to have NodeJS installed

For frontend


$ cd frontend
Install the dependancies

$ npm install
Start the React modules

$ npm start

For backend


Install the dependancies

$ npm install
Create new .env file and add
MONGOURI = {Add your mongodb atlas URL here}
JWT_SECRET = {Add a secret string of length 32+ characters}
Start the React modules

$ npm run startdev

License

Project is licensed under GNU Public License

Screenshots