Git Product home page Git Product logo

rest-express-seed's Introduction

rest-express-seed

REST API seed project with node.js and express.js with BDD/TDD approach

How to use rest-express-seed

Clone the rest-express-seed repository, run npm install to install dependancies.

Running the app

npm start

Running tests

npm test

Directory Layout

app.js              --> express app
bin/                --> excutable binary file
  www               --> for starting the server
config/             --> configuration files
  index.js          --> application configuration
  routes            --> route configuration
models/             --> all ORM models (mongoose Schemas)
  user.js           --> sample user model
controllers/        --> contains all controllers
  userController.js --> sample user controller
lib/                --> custom classes/functions/modules for application that doesn't belong to models or controllers
  errorHandler.js   --> sample error handler function
test/                       --> all test spec files
  controllers/              --> specs for controller
    userController.spec.js  --> sample userController spec
  lib/                      --> specs for lib files
    errorHandler.spec.js    --> sample errorHandler spec
  models/                   --> specs for model files
    user.spec.js            --> sample user spec
  acceptance.spec.js        --> sample acceptance spec
  dbHelper.js               --> helper for bootstraping db connection and mogoose for testing
package.json        --> for npm
.gitignore          --> gitignore file
.jshintrc           --> jshint configuration file
Makefile            --> for running tests

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.