Skip to content

HuseinHQ/ayo-coding

Repository files navigation

Ayo Coding

A dummy online course website like Udemy, etc. note: this website is for developmnent only!

Table of Contents

Features

  • Register
  • Login
  • Logout
  • Add new course
  • Edit course
  • Delete course
  • Buy course
  • Edit profile

Installation

  1. Clone the repository:

    git clone https://github.com/HuseinHQ/ayo-coding.git
  2. Navigate to the project directory:

    cd ayo-coding
  3. Install dependencies:

    npm install  # or yarn install

Usage

To use this project, follow these steps:

  1. Run the following command to apply database migrations:

    npx sequelize db:migrate
  2. Seed the database with initial data using:

    npx sequelize db:seed:all
  3. Start the application:

    npm start

Now, your project should be up and running. Access it through your browser or other specified methods, and you're good to go!

Tips

  • The default role of a registered account is "user."

  • If you want to log in with an "admin" role, you can use the following credentials:

    • Username: admin_user
    • Password: adminpassword

Screenshots

Landing Page

Login Page

Register Page

Course List Page

About

Pair project dengan tema Education Technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published