If you don't have Git then you install it from https://git-scm.com/downloads
If you are the First User in git then you need the configure by using
git config --global user.mail "[email protected]" git config --global user.name "YourName"
- You can check how to install SailsJs from the https://sailsjs.com/get-started and Read the tutorials about how to use it from https://sailsjs.com/documentation/concepts
- Install the MongoDB from https://www.mongodb.com/download-center/community and install the Community Server Version or you can Buy the Enterprise Server (Depending on your usage).
- Use the "git clone 'repository link' " Command to clone the repository in your system.
- Now use the command "npm install" in your system to install the package Dependencies.
- Open the Project on your favourite text editor to edit it (Mine is Visual Studio Code).
- Now you can open the Server by using the command "sails lift".
Congratulations! Your Server is live and now you can open the project on the address "localhost:1337".
You can also use nodemon package as it automatically refreshes the page after we edit and save the project, link is below.
https://www.npmjs.com/package/nodemon
- Sails framework documentation
- Version notes / upgrading
- Deployment tips
- Community support options
- Professional / enterprise options
This app was originally generated on Tue Nov 19 2019 21:28:59 GMT+0530 (India Standard Time) using Sails v1.2.3.