Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.13 KB

Social-Bee-API-Google-Slides.png

SocialBee is a Backend API for NGOs Data that is collected,oranised,grouped and carefully assimilated after authenticating the Provider and actively managed by a diverse-departmental-hierrarchial administration

Usage

To Install Dependencies

npm install

To run the application

Run in dev mode

npm run dev

Database Seeder

If you want to seed the data independently into the database ,then use

# Add all data in Database
node seeder -add

# Delete all data into Databasw
node seeder -delete