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
- Host: GitHub
- URL: https://github.com/ehsangazar/nodejs-sample-app-structure
- Owner: ehsangazar
- Created: 2018-10-02T03:54:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T05:45:21.000Z (over 7 years ago)
- Last Synced: 2025-01-23T11:45:45.200Z (over 1 year ago)
- Topics: mvc, nodejs, structure, testing
- Language: JavaScript
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```