Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1nf3cted/bemath_backend
https://github.com/0x1nf3cted/bemath_backend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0x1nf3cted/bemath_backend
- Owner: 0x1nf3cted
- Created: 2023-09-18T09:55:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T10:05:48.000Z (about 1 year ago)
- Last Synced: 2024-10-11T03:18:33.803Z (26 days ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DescriptionBeMath 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
```