Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0x1nf3cted/bemath_backend


https://github.com/0x1nf3cted/bemath_backend

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        


BeMath Logo



## Description

BeMath est une application Android dédiée à la communauté des passionnés de mathématiques. Elle est inspirée de BeReal, mais axée sur les mathématiques. Chaque jour, recevez des notifications pour poster et discuter de problèmes mathématiques, solutions et concepts.

## Installation

```bash
$ git clone https://github.com/duckduckcodes/bemath_backend
$ cd bemath_backend
$ npm install
```

## Running the app

```bash
# start docker
$ sudo npm run docker:compose

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```