The shespectrum-providerportal-backend is the backend service for the SheSpectrum Provider Portal. This service manages provider registrations and handles the uploading and verification of necessary documents and information.
Provider Registration: Allows providers to register on the platform. Document Upload: Facilitates the uploading of required verification documents. Information Management: Manages provider information efficiently. Prerequisites Node.js: Ensure that Node.js is installed on your system. npm: Node.js package manager.
Clone the Repository: git clone https://github.com/shruti2126/shespectrum-providerportal-backend.git
Navigate to the Project Directory: cd shespectrum-providerportal-backend
npm install
Start the Server: npm start
Open your browser and navigate to http://localhost:3000.
config/: Configuration files. controllers/: Route handlers. migrations/: Database migration files. models/: Database models. routes/: Application routes. index.js: Entry point of the application.