How to setup the project with nodejs and angularjs I am using the following things in my project.
- Backend - Nodejs & Express
- Frontend - Html5,Bootstrap,AngularJs
- Database - Postgresql.
How to setup the project in separate folder like client and server?
Becuase I have MVC for both frontend and backend also. so how could i separate the controllers , models in both(frontend and backend)?