Skip to content

Social media-style video-sharing app using React, Redux, Express, Node, MongoDb

Notifications You must be signed in to change notification settings

fractalscape13/lickstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lickstagram

May 2020

By Joseph Wangemann

Description

Instagram-like app that allows users to share short videos of playing a musical instrument (licks). A user can register, login and logout. A logged-in user can post videos, edit their videos, see the feed of all users' videos, star/unstar videos, and see a list of videos they have starred.

Specs / Screen Shots

  • On page load, a user will see the sign-in page. If the user isn't registered, the link at the bottom will bring up the registration page. Signin
  • If a user is already registered, the link at the bottom will return to the sign-in page. Register
  • After sign-in, the main video feed will be shown. All user videos are able to be viewed and starred. The icons on the left allow navigation to account and main feed, and the bottom icon (plus sign) is the button to add a video. Feed
  • In account view, a user can sign out, delete their account, edit/delete their own videos, and see their list of starred videos. Acct

Installation/Setup Instructions

This project uses MongoDb Atlas as a database and Express-Sessions for authentication persistence. It requires a user to create a .env file in the root directory of this project which will contain three values:

  • CONNECTION_STRING = 'Your unique connection string from MongoDb Atlas goes here'
  • SESSION_SECRET = 'Your unique session secret goes here. It can be any string'
  • apiPort = Whatever port you want the back-end to run on goes here. It will be a number, not a string. Example: 8000

To run this project, you will:

  • Get a connection string from MongoDb Atlas
  • Clone the repository: git clone https://github.com/fractalscape13/lickstagram
  • In the root project directory, run npm install to install all dependencies.
  • You will open two terminals and navigate to the root directory. In one terminal you will run the back-end npx nodemon, and in the other you will run the front-end npm start *Open http://localhost:3000 to view it in the browser.

Technologies Used

  • React
  • create-react-app
  • Redux / React-Redux
  • React-Router
  • Express / Express-Session
  • Node
  • Nodemon
  • MongoDb
  • Mongoose
  • Bcrypt
  • Axios
  • Multer
  • Body Parser
  • Cors
  • Dotenv
  • React-Icons

Known Bugs/Contact

If you have any questions or comments at all, please submit a pull request.

License

This webpage is licensed under the MIT license.

© 2020 Joseph Wangemann

About

Social media-style video-sharing app using React, Redux, Express, Node, MongoDb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published