The backend API service for the A2Chat mobile application on iOS and Android. Created by Andrew and Alex.
Follow these steps to get the development environment up and running:
- Fork the repository to your GitHub account.
- Run the following command in the root directory of the project to install dependencies:
npm install
- Add your Google JSON credentials file to the root of the project.
To start the application, run the following command in the project root directory:
node app.js
You can find all documentation here
This project is licensed under the MIT License - see the LICENSE file for details.