https://github.com/software-mansion-labs/lokal
Backend node application for Software Mansion hackaton-like day
https://github.com/software-mansion-labs/lokal
Last synced: 2 months ago
JSON representation
Backend node application for Software Mansion hackaton-like day
- Host: GitHub
- URL: https://github.com/software-mansion-labs/lokal
- Owner: software-mansion-labs
- License: mit
- Created: 2018-07-04T09:05:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T08:04:48.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T12:48:26.649Z (4 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lok.al
## Installation & running
Install dependencies:
```
yarn
yarn global add typescript tslint
tsc
brew install mongodb
```
Configure mongodb:
```
$ mongo
...
MongoDB shell version v3.4.7
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.4.7
> use api
> exit
```
Run in background:
```
mongod
node dist/index.js
```