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 ๐
- Host: GitHub
- URL: https://github.com/mouadtaoussi/learndev
- Owner: mouadTaoussi
- License: mit
- Created: 2021-01-18T10:28:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T15:35:17.000Z (over 2 years ago)
- Last Synced: 2025-07-27T04:33:40.364Z (11 months ago)
- Topics: apollo, backend, chartjs, expressjs, frontend, graphql, mongodb, nodejs, passportjs, pwa, service-worker, typescript, vercel, vuejs
- Language: Vue
- Homepage: https://learndevelopment.vercel.app
- Size: 20.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)