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
This is the boilerplate for creating an API server in AdonisJs, it comes pre-configured with.
- Bodyparser
- Authentication
- CORS
- Lucid ORM
- Migrations and seeds
Use the adonis command to run server in dev mode.
npm install
&&
adonis serve --dev
Run the following command to run startup migrations.
adonis migration:run
Run the following command to run Seeders.
adonis seed
Run the following command to run Tests.
adonis test
npm install
&&
adonis serve --dev
npm install
&&
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
- Ismael Haytam Tanane Git - Arcoders