A Web Server with a RESTful API to translate a text from one language to another
Translation-Caching is a web application developed on RESTful Routing using Node.JS, Express.JS, Embedded JavaScript (EJS) and more.:.😇🤘
*~~~*
- app.js is the main file that is the heart of our web application and contains the RESTful Routes defined for each event.
- views directory contains the relevant pages and parials, the EJS templates, that render on each event.
- public/css directory contains neccesary CSS used in web App
- package.json file contains the information towards the various dependencies and packages
To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window(Command prompt).
git clone https://github.com/Shubham0599/Translation-Caching.git
Now we have the copy of file in our computer (you can cross verify it by going to the location showing in Command Prompt)
This will act as local database for caching , which will help to reduce the time between request and response.
https://github.com/dmajkic/redis/downloads
npm install
node app.js