-
Notifications
You must be signed in to change notification settings - Fork 4
Initial contribution. #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Initial contribution. #4
Conversation
MikeRalphson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just a few small issues.
vinitshahdeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @priyanshu-kun
Let's keep your files inside the Dummy App folder. Keep it at the root-level. Please point your PR to the develop branch.
@vinitshahdeo @MikeRalphson
This pull request sets up a default Sails.js server in the src/server folder. The server project includes the necessary configuration files, such as config, api, as well as the required dependencies.
The purpose of this pull request is to provide a foundational structure for the Sails.js server, allowing for further development and integration or referencing with the existing dummy app. The default server setup offers the framework for developing and linking the needed functionality to the frontend.
Please review the changes and provide any feedback or suggestions for improvement.