Code Monkey home page Code Monkey logo

courseyard's Introduction

๐Ÿ’ก Introduction

A handpicked collection of best free online learning resources on the Planet ๐ŸŒŽ.

javascript react express postgresql docker tailwindcss

๐Ÿคฉ Quirks

  • Get the best free, handpicked learning resources available on the internet.
  • Get a bunch of cool courses available on different languages.
  • Courses are provided with tags for easy manipulation of users.
  • Easy and cool description provided for each course.
  • Get to choose some of your favourite courses among all, and be your own mentor.
  • Suggest us with some the picks of your to extend our library.

Setting Up the Database

  1. Install postgresql

  2. Create a database courseyard: CREATE DATABASE courseyard;

  3. Create the table for storing courses. Create a database named courseyard. Then run the copy-paste the code in db.sql into psql and hit enter. This will setup your database.

  4. Setup .env file in root directory and add in the following details :

    DB_HOST=localhost
    DB_USER=postgres
    DB_PASSWORD=password
    DB_NAME=courseyard
  5. (Optional) Setup test data for courses. node utils/addDataToDB $(pwd)/testData.json This will setup some test data (55 courses) for testing this project


Team Coffee!โ˜•

We are a team of 3!

Crafted With โ™ฅ By Team Coffee

love-badge

courseyard's People

Contributors

karansinghbisht avatar imsaptarshi avatar milan090 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.