An open API service indexing awesome lists of open source software.

https://github.com/mouadtaoussi/learndev

๐Ÿ“š An app that allow developers to find the right resources for learning ๐Ÿ˜Ž
https://github.com/mouadtaoussi/learndev

apollo backend chartjs expressjs frontend graphql mongodb nodejs passportjs pwa service-worker typescript vercel vuejs

Last synced: 2 months ago
JSON representation

๐Ÿ“š An app that allow developers to find the right resources for learning ๐Ÿ˜Ž

Awesome Lists containing this project

README

          










An app that allow developers to find the right resources for learning ๐Ÿ˜Ž


Contribute
ยท
Code of conduct

---

### What is Learndev ?
A community platform that let developers share their best resources learning programming for beginners to learn the technology in the right place!
the popularity of resources in the platform depends on the upvotes volume! so they would be ranked at the top when any search any resource, the popular ones at the top are gonna be good for him to choose!

### Technologies
#### Back-End side
- **Typecript** : Back-end main language
- **NodeJS** : Back-end runtime
- **GraphQL / Apollo** : Main API Stack
- **ExpressJS** : Used for Authentication
- **MongoDB / Mongoose / RedisLab** : Data storage / Auth cookies
- **JSON Web Tokens** : Authentication
- **PassportJS** : Authentication
- **Nodemailer** : Reset Password

#### Front-End side
- **VueJS** : Front-end SPA
- **Bootstrap** : Initial styles
- **Webpack** : Front-end bundle
- **Apollo** : GraphQL API Client

### Contributing
If you found yourself about to give something to the project (eg: more orianted to open source, improve the app...) we are welcoming you! ๐Ÿ˜Š

Before start, I invite you read the [contributing](https://github.com/mouadTaoussi/learndev/blob/main/CONTRIBUTING.md) for easier set-up and understanding the codebase!

then read the [code of conduct](https://github.com/mouadTaoussi/learndev/blob/main/CODE_OF_CONDUCT.md) to keep in mind our community standards
#### Submitting a PR
If you have an idea needs to be implemented in **Learndev**, First Open up new issue with label of **enhancement** and, create a branch in your copy of the repo, then start work on the feature, if you want.

##### Guidlines to respect:
- Open up new issue if it doesn't aleardy exists,
- Less commits, no more than 10
- No useless comments
- Code should be readable
- respect the code standards

#### Reporting an issue
When you find an issue in the app, any kind, follow the same way above but with some changes:
Labels should be **bug** and other labels related to the issue listed in the labels section, then you decide whether you'll work on it or not.

### Code of conduct
Please read the [code of conduct](https://github.com/mouadTaoussi/learndev/blob/main/CODE_OF_CONDUCT.md)

### Licence
This project is under [MIT License](https://github.com/mouadTaoussi/learndev/blob/main/LICENSE)