Skip to content

quinwacca/AdonisJs-webWhatsapp-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SkyChat

SkyChat Messenger is a free messaging service. The application allows to send text messages, images and other media and documents, and in the near future calls and audio. The application is made for desktop computers and can also be accessed from the mobile device. Originally, users only communicate with each other individually or in groups of individual users. The app also allows the user to search for friends and send friend requests.

Live demo https://skyChat.surge.sh/

View the Documentation

Screenshoot

Getting Started

Adonis API application (Server)

This is the boilerplate for creating an API server in AdonisJs, it comes pre-configured with.

  1. Bodyparser
  2. Authentication
  3. CORS
  4. Lucid ORM
  5. Migrations and seeds

Setup

Use the adonis command to run server in dev mode.

npm install 
&&
adonis serve --dev

Migrations

Run the following command to run startup migrations.

adonis migration:run

Seeders

Run the following command to run Seeders.

adonis seed

Tests

Run the following command to run Tests.

adonis test

React (Client)

npm install 
&&
adonis serve --dev

Setup

npm install 
&&
npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published