The number one platform for writers.
A Sails v1 application
First off, I found out that many of the materials for learning sails such as blog posts, video courses, sample applications were very outdated 😢. So I built this to demonstrate how Sails.js can be used in creating real-world web APIs with many of the common modern features such as realtime updates, OAuth, etc as of 2020. This project hopes to help the curious have an idea of how Sails.js works, have a feel of some of the benefits and awesomeness of Sails, a reference to implement common features in your Sails application.
- Sails.js
- PostgreSQL
- RabbitMQ
- Google OAuth
- CRUD API
- Action2
- Permissions using policies
- File uploads to Cloudinary
- Task queues with RabbitMQ
- JWT authentication
- Waterline ORM
- Realtime client-server communication using Resourceful PubSub
- Clone this repository
cd
into the repository- Run
npm install
- Create a
config/local.js
file to store credentials - Create a PostgreSQL database
- Run
sails lift
⚡️🚢
Contributions are welcome. Been busy with other things lately, so there's a little unfinished part. You can add a new feature, find a bug, etc. Just do whatever you want with it, as long as you learn something.
George Benjamin
- Sails framework documentation
- Version notes / upgrading
- Deployment tips
- Community support options
- Professional / enterprise options
This app was originally generated on Sat Feb 15 2020 16:14:36 GMT+0100 (West Africa Standard Time) using Sails v1.2.3.