Skip to content

milan090/courseyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01fd851 Β· Feb 20, 2021

History

24 Commits
Nov 3, 2020
Nov 4, 2020
Feb 20, 2021
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 27, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020

Repository files navigation

πŸ’‘ 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