Project status: We encounter a hard difficult to add new components and make some changes in base adminJS application. Maybe the doc examples not be clear to create our custom CRM APP.
- add adminjs base template
- remove adminjs unusable features
- connect with mongoose ORM
- do some resources to check db integrity
- add new custom components (we break here)
⚠️
STEP 1: git clone https://github.com/plfmoura/white-adminjs.git
STEP 2: cd white-adminjs
STEP 3: npm install
STEP 4: check .env.example
file, create your .env
and run npm start
STEP 5: inside src/constants.ts
you find login credentials.
for more information you can check AdminJS Documentation