Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 771 Bytes

File metadata and controls

44 lines (32 loc) · 771 Bytes

FindClassroom

An app that helps you find an empty classroom in the university when the library is full.

How to run :

node server.js in the backend npm start in the frontend

Dependencies :

express-promise-router passport bcryptjs passport-jwt passport-local passport-google-plus-token passport-facebook-token cors

Config

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

docker-compose up

.env file

ATLAS_URI= mongodb+srv://secret@Gz4@clustermmm-bmgad.mongodb.net/test?retryWrites=true&w=majority