Expirio is the location of the developer environment. Currently we are using MERN stack. server.js is where the app server will start running. Expirio/client is where all the React files are.
Please include the following values:
ATLAS_URI= MONGO_CONNECTION_STRING
JWT_SECRET= 'SecretKey'
Atlas_URI referres to a mongodb conneection string, please feel free to choose which one you want JWT_SECRET can be any string value you choose, it is a secret key for user authentication
Both have package.json in them.
Use cd client if you are in Expirio directory in the terminal. If you are in the client folder, run npm start to have react start running