Skip to content

Commit 4b84666

Browse files
committed
Add project description and used tech stack, and link to third course
1 parent f99e4ba commit 4b84666

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
This repository contains code and related materials for [Building products with javascript](https://www.youtube.com/playlist?list=PL_gX69xPLi-ljVdNhspjZUlPmBNjRgD2X) course.
88

9+
## Project description
10+
11+
This is a simple client-server CRUD application that allows users to ask and answer questions.
12+
It uses [express.js](https://expressjs.com/), [passport.js](http://passportjs.org/) with [JWT](https://jwt.io/) and [thinky](https://github.com/neumino/thinky) along with [RethinkDB](https://www.rethinkdb.com/) on a backend; [React](https://facebook.github.io/react/), [Redux](http://redux.js.org/), [RxJS](https://github.com/Reactive-Extensions/RxJS) on front-end.
13+
Backend is tested using [tape](https://github.com/substack/tape) and [supertest](https://github.com/visionmedia/supertest), while front-end uses [jest](https://facebook.github.io/jest/) and [enzyme](https://github.com/airbnb/enzyme).
14+
[Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) are used for deployment.
15+
916
## CI/CD
1017

1118
CI and CD for all the subprojects is done using [Gitlab-CI](https://gitlab.com/yamalight/building-products-with-js).
@@ -20,7 +27,11 @@ CI and CD for all the subprojects is done using [Gitlab-CI](https://gitlab.com/y
2027

2128
## Course 2: Building Electron.js apps
2229

23-
My secound course on building Electron.js apps can be found [here](https://github.com/yamalight/bpjs-electron) and [here](https://www.youtube.com/playlist?list=PL_gX69xPLi-lBH8I52J-3nEhEQD6_nDs6).
30+
My second course on building Electron.js apps can be found [here](https://github.com/yamalight/bpjs-electron) and [here](https://www.youtube.com/playlist?list=PL_gX69xPLi-lBH8I52J-3nEhEQD6_nDs6).
31+
32+
## Course 3: Building Data Science apps
33+
34+
My third course on building data science apps can be found [here](https://github.com/BuildingXwithJS/building-data-science-with-js) and [here](https://www.youtube.com/playlist?list=PL_gX69xPLi-lGe7iRt6DqTZ7PpIrNq8ep).
2435

2536
## License
2637

0 commit comments

Comments
 (0)