Skip to content

Social media made with React, Node, Express and MongoDB (MERN)

License

Notifications You must be signed in to change notification settings

Sparo-tech/ReactSocial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yasei [WIP]

Yasei is a social network made in the MERN stack.

alt text

Config

Create a "config.js" file on the server dir, it must contains the next:

module.exports = {
    'MONGO_URI': MONGO_URI,
    'SECRET_KEY': PRIVATE KEY, IT WILL BE USED FOR OUR JWT's
}

Start

Install all the dependencies on the client and the server folder, also in the main directory, so you can just npm start and it will start both concurrently.

Demo

https://yaseisocial.herokuapp.com/

About

Social media made with React, Node, Express and MongoDB (MERN)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • SCSS 6.9%
  • HTML 1.6%