A dummy online course website like Udemy, etc. note: this website is for developmnent only!
- Register
- Login
- Logout
- Add new course
- Edit course
- Delete course
- Buy course
- Edit profile
-
Clone the repository:
git clone https://github.com/HuseinHQ/ayo-coding.git
-
Navigate to the project directory:
cd ayo-coding -
Install dependencies:
npm install # or yarn install
To use this project, follow these steps:
-
Run the following command to apply database migrations:
npx sequelize db:migrate
-
Seed the database with initial data using:
npx sequelize db:seed:all
-
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!
-
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



