Skip to content

krishna-vasudev/TransLato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransLato- A Django translation Application

This is a django translation application for translating to different regional languages in India.

Table of Contents

Technologies and tools used

Prerequisites(Optional)

As a developer you might be interested to work on it or see it running in your local system. For that you must have python installed in your system and all evironments settings done properly. Don't know how to install it ,see this tutorial video for reference.

Installation and Setup

First clone this repository to your local machine using the following command in git bash:

$ git clone https://github.com/krishna-vasudev/TransLato

Now open git bash in the root directory of the repository and enter the following command to install the required dependencies:

$ pip install -r requirements.txt

Running in the local server

Open the git bash inside the privatechat directory present in the root directory of the repository. Run the following commands in order one by one:

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Follow the link generated after last command and Hurrah!🎉 the app is running.

🐛 Bug Reporting

Feel free to open an issue on github if you find any bug.

📜 License

This software is open source, licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published