Community-sourced coding tutorials.
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.
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:
- Clone the GitHub repository
- Open the terminal and navigate to
codir/frontend/my-app - Type
npm ito install all necessary frontend dependencies - Head to
codir/backend/src/mainand create a new file named.env - If given access to the database, type into the file
DB_PASS={password}without the braces. - Head back to
codir/frontend/my-appand typenpm startto concurrently start up the backend and frontend
Front End: Pranet Allu & Ansh Kalariya
Back End: Michael Pangas & Tyler Berndt