All Projects → yTakkar → Mern Social Network

yTakkar / Mern Social Network

A Notes App developed with MERN stack. Screenshots below. Visit the link for SPA version!! 📝 📒

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mern Social Network

Spruce
A social networking platform made using Node.js and MongoDB
Stars: ✭ 399 (+369.41%)
Mutual labels:  express, social-network
Instagram Clone
An Instagram-clone with my own flavors and features. Own the project with 5 simple steps!! 📸💝☢️
Stars: ✭ 479 (+463.53%)
Mutual labels:  mysql, social-network
Video.github.io
🎬视频网站项目已实现功能: 首页导航栏,中部轮播图,以及电影列表的展现,底部导航链接 注册页面 视频播放页面 搜索页面 登录页面 用户管理页面 一键安装 电影抓取 等功能。基于NodeJS的Express框架开发的动态网站项目,下面也提供了本程序的相关演示站点。
Stars: ✭ 413 (+385.88%)
Mutual labels:  mysql, express
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+180%)
Mutual labels:  mysql, express
Taskhelp Api
TODO管理 Node.js Express Typescript練習用プログラム
Stars: ✭ 40 (-52.94%)
Mutual labels:  mysql, express
Many People Blog
🎈基于vue+node+mysql的多人博客,带后台管理系统。支持:登陆/注册,留言,评论/回复,点赞,记录浏览数量,带有相册功能,内容丰富,当然也可以发表文章。欢迎使用!
Stars: ✭ 300 (+252.94%)
Mutual labels:  mysql, express
Social Network
Mini social network that I made as my first web app project.
Stars: ✭ 458 (+438.82%)
Mutual labels:  express, social-network
Crate
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).
Stars: ✭ 2,281 (+2583.53%)
Mutual labels:  mysql, express
Jobsort
job board that queries hacker news who is hiring job listings from a database and sorts by tech the user knows and how well the user knows them
Stars: ✭ 20 (-76.47%)
Mutual labels:  mysql, express
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+912.94%)
Mutual labels:  mysql, express
Notadd
A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。
Stars: ✭ 2,556 (+2907.06%)
Mutual labels:  mysql, express
Strimoid
Source code of Strm
Stars: ✭ 57 (-32.94%)
Mutual labels:  mysql, social-network
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (+155.29%)
Mutual labels:  mysql, express
Express Rest Api Boilerplate
Express REST API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 384 (+351.76%)
Mutual labels:  mysql, express
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (+136.47%)
Mutual labels:  mysql, express
Vue2 blog
使用vue2.x + vue-cli +vue-router+ vuex + axios + mysql + express + pm2 + webpack+nginx构建的具有登录,注册,留言,用户发帖,用户评论等功能的SPA Blog。注意,注意,注意,后端API全部自己手写,很适合刚学习vue以及express的小伙伴学习,喜欢请Star鼓励一下我,谢谢!项目预览:
Stars: ✭ 417 (+390.59%)
Mutual labels:  mysql, express
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+114.12%)
Mutual labels:  mysql, express
Vue Vant Store
基于vue,vantUI的商城demo,包含前端和后端
Stars: ✭ 187 (+120%)
Mutual labels:  mysql, express
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-72.94%)
Mutual labels:  mysql, express
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-42.35%)
Mutual labels:  mysql, express

MERN-Social-Network

A Social Network developed with MERN stack. [OUTDATED]

Single Page Application

This project is outdated and no longer maintained. Click here for updated & faster version of this project. The updated version is a Single-Page-Application!!

Quick links

  1. Screenshots
  2. Own the project

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

More screenshots.

UI is taken from Instagam-clone I created!!

Own the project

  1. First install all dependencies with npm or Yarn:

    npm install
    

    or

    yarn
    
  2. Open PHPMyAdmin, create a DB & import db.sql file.

  3. Create a .env file and insert the following code. Replace values with yours!!

    PORT=YOUR_PORT
    MYSQL_HOST="host"
    MYSQL_USER="user"
    MYSQL_PASSWORD="password"
    MYSQL_DATABASE="db"
    MAIL="[email protected]"
    MAIL_PASSWORD="gmail-password"
    SESSION_SECRET_LETTER="anything-secret"
    
  4. Start the server

    npm start
    
  5. Now load the app

    localhost:[PORT YOU DEFINED IN .ENV FILE]
    
  6. Enjoy!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].