Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomilola-ng/anonymous-msg

An Anonymous messaging aplication Backend
https://github.com/tomilola-ng/anonymous-msg

expressjs mocha mochajs typescript

Last synced: about 2 hours ago
JSON representation

An Anonymous messaging aplication Backend

Awesome Lists containing this project

README

        

# Anonymous Message App
An Anonymous Message APP using TypeScript, Node.js, and MochaJS Test Cases

## Quick Start

Clone the repo:

```bash
git clone https://github.com/Tomilola-ng/anonymous-msg.git
cd anonymous-msg
```

Install the dependencies:

```bash
npm install
```

Set the environment variables:

```bash
cp .env.example .env

# open .env and modify the environment variables (if needed)
```

Run the server:

```bash
npm run dev
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Thank you!