/sweatworks-interview

Exercise with NodeJS + AngularJS + SQLite

Primary LanguageJavaScript

SweatWorks Interview

Exercise with NodeJS + AngularJS + SQLite + TDD

Setup

Enter to project folder and execute the following command in order to install all dependencies.

npm install

NOTE: The project already include a Sample DB for SQLite, It will be loaded.

TDD

The tests runs with Mocha. If you don't have it please install it.

npm install -g mocha

Then you could run the project's tests:

npm test

Frontend

Firts of all start the node server:

npm start

Now the server is running at http://localhost:3000 Enjoy it!