Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Rafi993/sails-to-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porting sailsjs Application to Express Js

To use it

git clone https://github.com/Rafi993/sails-to-express.git
cd sails-to-express
npm install
npm run dev

###Folder structure

App
-api
  -controllers
  -models
  -policies
  -servies
-config
  -bootstrap.js
  -connection.js
  -cors.js
  -error.js
  -globals.js
  -middleware.js
  -policies.js
  -routes.js
-app.js
-package.json

####NOTE: The toLowercase() is used so all routes are small case by default

About

porting sails application to expressjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published