Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.34 KB

A2Chat Backend

License CI/CD Pipeline Node Version AWS Deployment

The backend API service for the A2Chat mobile application on iOS and Android. Created by Andrew and Alex.

Setting up dev enviorment

Follow these steps to get the development environment up and running:

  1. Fork the repository to your GitHub account.
  2. Run the following command in the root directory of the project to install dependencies:
    npm install
  3. Add your Google JSON credentials file to the root of the project.

Running the Application

To start the application, run the following command in the project root directory:

node app.js

Documentation

You can find all documentation here

Server and Logs

License

This project is licensed under the MIT License - see the LICENSE file for details.