https://github.com/mpangas/codir
Community-sourced coding tutorials.
https://github.com/mpangas/codir
community-driven education learning tutorials
Last synced: 6 months ago
JSON representation
Community-sourced coding tutorials.
- Host: GitHub
- URL: https://github.com/mpangas/codir
- Owner: mpangas
- License: apache-2.0
- Created: 2023-01-21T02:02:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T23:55:42.000Z (about 3 years ago)
- Last Synced: 2024-06-21T06:18:07.980Z (about 2 years ago)
- Topics: community-driven, education, learning, tutorials
- Language: TypeScript
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codir
Community-sourced coding tutorials.
## Description
Codir is a platform for discovering and sharing coding tutorials from around the web. It aims to create a one-stop destination for developers to find high-quality, relevant tutorials for a wide range of programming languages, libraries, frameworks, and other technologies.
With Codir, users can easily find tutorials tailored to their preferred learning style, experience level, and desired technologies. Whether you're a beginner diving into the world of programming or an experienced developer looking to expand your skills, Codir has something for everyone.
## Running The Application
Note: Currently, in order to run the application locally, you must have access to the database. If given access you will be provided with a password that can be used as detailed below.
To run the application locally, the following steps must be taken:
1. Clone the GitHub repository
2. Open the terminal and navigate to ```codir/frontend/my-app```
3. Type ```npm i``` to install all necessary frontend dependencies
4. Head to ```codir/backend/src/main``` and create a new file named ```.env```
5. If given access to the database, type into the file ```DB_PASS={password}``` without the braces.
6. Head back to ```codir/frontend/my-app``` and type ```npm start``` to concurrently start up the backend and frontend
## Contributors
**Front End**: [Pranet Allu](https://github.com/PRANETALLU) & [Ansh Kalariya](https://github.com/ansh-kalariya)
**Back End**: [Michael Pangas](https://github.com/mpangas) & [Tyler Berndt](https://github.com/tylerberndt03)