Mikutano is a chatting application designed to connect software engineering students to professionals.
To install Mikutano, follow these steps:
NOTE: all of the following steps are to be perfomed in the repository.
- Clone the repository:
git clone https://github.com/wantonraven/mikutano.git
- Clean the Yarn cache
yarn cache clean
- Remove the existing node_modules directory
rm -rf node_modules
- Install the project dependencies
yarn install
- Build the project
yarn run build
- Start Mikutano
yarn start
To use Chat Engine in your project and obtain the required private key and project ID, you need to create an account on Chat Engine. Follow these steps to create an account:
- Visit the Chat Engine website (insert website URL).
- Click on the "Sign Up" or "Create Account" button.
- Fill out the registration form with your details, including your email address and a strong password.
- Submit the form to create your account.
- Once your account is created, log in to Chat Engine using your credentials.
- Navigate to the account settings or dashboard section.
- Look for the option to create a new project or access existing projects.
- Create a new project and provide it with a name.
- After creating the project, you should be able to obtain the private key and project ID specific to that project.
- Copy the private key and project ID and use them in the respective files mentioned in the setup instructions above.
- Open the project in your preferred code editor.
- Private Key: In the login.js file, locate the privateKey variable and replace it with your own private key obtained from Chat Engine.
- Project ID: In the chat.js file, locate the projectID variable and replace it with your own project ID obtained from Chat Engine.
- From the main page click
get started
to get in the login page. Login or sign up
if you don't have an account.- Click on the bar(
Chat Title
) in the top left corner and type name of chat room of your wish to create a chat room and start a conversation. - If you want to chat with someone specific, click on the "People" button in the right middle section, search for their name, and start a conversation with them.
- React
- Next.js
- Node.js
- ChatEngine
If you would like to contribute to Mikutano, please reach out before making any changes to discuss the potential contributions.
-
Twitter: wantonraven
-
LinkedIn: Joseph Kakai
-
Gmail: wanton raven
-
Twitter: Purity Chege
-
LinkedIn: Purity chege
-
Gmail: Purity Chege
-
Twitter: Oluwatosin Orenaike
-
LinkedIn: Oluwatosin Orenaike
-
Gmail: Oluwatosin Orenaike
Mikutano is released under an open-source license.