The server/backend code for an Alumni Management System built with NodeJs, Express and Firebase.
Firebase Admin SDK has been used for facilitating the use of Firebase on a server.
FireStore is used as the Alumni Database.
- The client/frontend can be found here.
-
Install dependencies
npm install
-
Fire up the server and watch files
npm start
To run this project on your own Development Environment.
Create a .env file in the working directory.
The .env file should look like this:
GOOGLE_CREDS={ your firebase service account details json }
Once set up, run:
npm install
npm start
And the project should load up.