Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomilola-ng/anonymous-msg
- Owner: Tomilola-ng
- License: gpl-3.0
- Created: 2024-08-22T11:52:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T14:19:26.000Z (5 months ago)
- Last Synced: 2024-11-15T17:14:15.320Z (2 months ago)
- Topics: expressjs, mocha, mochajs, typescript
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!