Reddit clone using React components and PostgresQL database.
- PostgresQL
Make sure to have postgresQL installed. On windows, don't forget to set up the PATH variable for psql.
npm updatepsql -U postgres -a -f server/psql_scripts.sqlto build PostgresQL schemanpm run buildto build *.bundle.js files.- `npm start