Skip to content

mandaarp/ReactSocial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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

MERN social network 💻 🤓

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 7.1%
  • HTML 1.7%