An open API service indexing awesome lists of open source software.

https://github.com/ehsangazar/nodejs-sample-app-structure

This is sample project of nodejs with structure and testing
https://github.com/ehsangazar/nodejs-sample-app-structure

mvc nodejs structure testing

Last synced: about 1 month ago
JSON representation

This is sample project of nodejs with structure and testing

Awesome Lists containing this project

README

          

# Sample NodeJs App with Structure and Testing

This project is a sample project for a node js application with MVC Structure.
Using lokijs for memory based database helps to maintain the app for future.

# How to run the project
```
npm install
npm run start
```

# How to run test
```
npm run test
```