Skip to content

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

Notifications You must be signed in to change notification settings

itsomkathe/snapsprout

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published