I have a web application that, like usual, is divided in two parts: server-side and client-side.
I like to work with international naming conventions for everything, and I’ve been trying to find some conventions on how to name my repositories.
What should I name my repositories on GitHub?
server-side – For the server-side application
client-side – For the client-side application
I’ve also hear someone say that the server-side repository should be called API.
Is that correct? What would you guys do?
I assume you are developing an application which belongs together. The server and client side are related to each other. This means to me to have a single repository called “Application” which contains both server and client side.