Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.15 KB

File metadata and controls

47 lines (32 loc) · 1.15 KB

Complete Admin Page

System administration page with React + AdminJS, NodeJS and Postgres.

Images

Login Page Home Page

How To Run

  1. Install dependencies:

    yarn install or npm install
  2. Configure Environment Variables:

    • Create a new .env file from .env.example.
  3. Up Docker Containers (Docker must be installed):

    yarn docker:up
  4. Access PgAdmin To Register Database:

  5. Run Database Migrate Scripts:

    yarn db:migrate
  6. Run Seeds Scripts To Create Default Users: http://localhost:5000/admin

    npx sequelize-cli db:seed:all
  7. Start Project and Go To The Home Page: http://localhost:5000/admin

    yarn dev

References

Dev Samurai - Master Class #006