Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/airjson
https://github.com/lakshyabatman/airjson
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lakshyabatman/airjson
- Owner: lakshyabatman
- License: apache-2.0
- Created: 2020-10-01T18:15:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T19:58:15.000Z (over 4 years ago)
- Last Synced: 2024-11-05T16:54:23.572Z (3 months ago)
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# airjson
A easy to use serverless data storage system built on mongodb.## Setup local dev server
> This appication is built in nodejs. Install nodejs from [here](https://nodejs.org/en/)- clone this repository.
- install all dependencies using `npm i`
- to start dev server run command `npm run dev`