Skip to content

Open source udemy-like platform for course learning. This was done as a personal project to improve several development skills.

License

Notifications You must be signed in to change notification settings

egdelgadillo/odemy

Repository files navigation

Odemy

Odemy is an open source udemy-like platform for course learning built with Angular 10. This was done as a personal project to improve several development skills.

Contents

Use Cases

// TODO: Complete

What I Learned

// TODO: Complete

Usage

This project was done using Angular 10. Therefore it features all scripts that come out-of-the-box with Angular.

First we need to install all dependencies

npm install

You can start the development server by running npm's script:

npm start

or using Angular CLI:

ng serve

Then we open our browser and navigate to http://localhost:4200/

Database Mock

// TODO: Complete

Adding New Courses

// TODO: Complete

Collaborating

The perfect place for collaboration is the development branch. All Pull Requests should be done to that branch, and those changes will eventually be pulled to the master branch.

License

This work is licensed under a GNU GENERAL PUBLIC LICENSE.

About

Open source udemy-like platform for course learning. This was done as a personal project to improve several development skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published