Skip to content

Zurab-D/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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