Zurab-D / quiz

MEAN app (mongo koa angular node)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz app.

SPA project. Created for educational purposes.
Not finished yet.


Folders:

Back-end server

./back

Writen with Node.js & Koa.js & MongoDB

Front-end

./front

Writen with Angular


Installation

  1. download and install locally MongoDB software if you haven't yet

https://www.mongodb.com

  1. clone or download this repo

  2. go to ./back/ folder and run in a command line:

npm install

  1. to insert some data to db run:

node __add-data-to-db.js

  1. go to ./front/ folder and run

npm install

  1. build front-end with command:

ng build

destination folder for building command is ./back/public/


Run www server :

go to ./back/ folder and run

npm start

About

MEAN app (mongo koa angular node)


Languages

Language:TypeScript 55.1%Language:JavaScript 29.0%Language:HTML 12.7%Language:CSS 3.0%Language:Batchfile 0.2%