Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehanix/arcada-backend
🔧 backend for interior design platform
https://github.com/mehanix/arcada-backend
api expressjs floor-planning mongodb mongoose nosql
Last synced: 2 months ago
JSON representation
🔧 backend for interior design platform
- Host: GitHub
- URL: https://github.com/mehanix/arcada-backend
- Owner: mehanix
- License: apache-2.0
- Created: 2022-04-12T09:40:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T12:15:20.000Z (about 1 year ago)
- Last Synced: 2024-10-02T08:57:06.628Z (3 months ago)
- Topics: api, expressjs, floor-planning, mongodb, mongoose, nosql
- Language: JavaScript
- Homepage:
- Size: 7.02 MB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arcada-backend
This is the backend for ![arcada - interior design platform](https://github.com/mehanix/arcada). Go there for the main presentation of the project.
Server side powered by
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)For backend setup:
```
clone repo
npm i
node app.js
```