Skip to content

The server/backend code for an Alumni Management System built with NodeJs, Express, and Firebase.

Notifications You must be signed in to change notification settings

Neyen108/Alumni-Management-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alumni-Management-Server

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.

🛠 Installing

  1. Install dependencies

    npm install
  2. Fire up the server and watch files

    npm start

🛠 Local Development Environment

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.

🛠 Built with

About

The server/backend code for an Alumni Management System built with NodeJs, Express, and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published