daniel08s / BuildingProductsWithJS

Based on Tim Ermilov's course 'Building Products With Javascript'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building products with JavaScript

Free open-source course

Build Status

This repository contains code and related materials for Tim Ermilov's Building products with javascript course.

Project description

This is a simple client-server CRUD application that allows users to ask and answer questions.
It uses express.js, passport.js with JWT and thinky along with RethinkDB on a backend; For the frontend it uses React, Redux and RxJS.

Backend is tested using tape and supertest. Frontend is tested using jest and enzyme.

Docker and docker-compose are used for deployment.

CI/CD

CI and CD for all the subprojects is done using Gitlab-CI.

Useful links

License

MIT

About

Based on Tim Ermilov's course 'Building Products With Javascript'


Languages

Language:JavaScript 98.6%Language:CSS 1.2%Language:HTML 0.2%