Yasei is a social network made in the MERN stack.
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
}
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.