You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go into the project's folder cd careaway-server and run node services to start the server
Dependencies
To install the dependencies available in package.json, run npm install.
Currently in the package.json:
express
morgan
body-parser
module-alias
helmet
cors
promise
mongodb
consign
crypto-js
csurf
csrf
moment
passport
passport-local
Module Aliases
Description
The module-alias library allows the following aliases to be used throughout the files on the server. It encapsulates the routes to each of these locations within the server to make the importing files both cleaner and less error-prone.
@root .