An app that helps you find an empty classroom in the university when the library is full.
node server.js in the backend npm start in the frontend
express-promise-router passport bcryptjs passport-jwt passport-local passport-google-plus-token passport-facebook-token cors
module.exports = { JWT_SECRET: 'write your token here', oauth: { google: { clientID: 'Your google client id', clientSecret: 'your google client secret' }, facebook: { clientID: 'Your facebook ClientId', clientSecret: 'Your fb client secret' } } };
docker-compose up
ATLAS_URI= mongodb+srv://secret@[email protected]/test?retryWrites=true&w=majority