eDemy – React Documentation

Setup Finish & Run

Setup Finish & Run

  • Open a terminal into this updated project which you have added several keys pieces of stuff and follow these steps
    • npm install --legacy-peer-deps
    • npx sequelize-cli db:create
    • npx sequelize-cli db:migrate
    • npm run dev
    • Go To localhost:3000
    • Done 🙂
  • How to create Admin
    • Just normally Signup via registration form http://localhost:3000/authentication
    • And go to Users table into the database and find the role column update the value with admin
    • Now you are an Admin user