Update README.md

This commit is contained in:
Bill Bittner 2018-05-18 15:40:10 -07:00 committed by GitHub
parent 07b1d9dabd
commit ff8e19255f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,6 @@ npm install spee.ch --save
* `index.js` is the entry point for the server. It creates the [express app](https://expressjs.com/), requires the routes, syncs the database, and starts the server listening on the `PORT` designated in the config file.
* the `server/routes` folder contains all of the routes for the express app
* the `server/models` folder contains all of the models which the app uses to interact with the `mysql` database. Note: this app uses the [sequelize](http://docs.sequelizejs.com/) ORM.
* webpack
* During the build process, webpack creates a bundle for this project at `index.js`:
## Tests
* This package uses `mocha` with `chai` for testing.