/auth-server

Backend built with Node.js, express.js and Firebase

Primary LanguageTypeScript

Brief

A backend built with Node.js, Express.js and Firebase

##Technologies Used Express: A fast, unopinionated, and minimalist web framework for Node.js, which simplifies building web applications and APIs. Firebase: A comprehensive app development platform by Google, offering a wide range of services, including real-time databases, authentication, cloud functions, and more.

Features

  • Real-time data synchronization with Firebase Realtime Database.
  • API endpoints and routes using Express.
  • Secure and scalable cloud functions with Firebase Cloud Functions.

##Getting Started Follow these steps to set up and run the project on your local machine:

Clone the repository to your local machine.

git clone https://github.com/martins5225/auth-server.git>

Install the required dependencies using npm.

npm install

Configure Firebase

Set up a Firebase project on the Firebase Console. Obtain your Firebase configuration settings. Replace the configuration in the project where Firebase is initialized.

Deploy

firebase deploy

The application should now be deployed to firebase.

Database structure

Screenshot 2023-11-01 at 2 33 42 AM