Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monal5031/cruzz
Cruzz is server for Vconnect which is an isolated social-media platform for organizations.
https://github.com/monal5031/cruzz
api api-server django django-rest-framework drf heroku heroku-deployment server
Last synced: 3 months ago
JSON representation
Cruzz is server for Vconnect which is an isolated social-media platform for organizations.
- Host: GitHub
- URL: https://github.com/monal5031/cruzz
- Owner: Monal5031
- License: mit
- Created: 2018-08-24T05:45:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:25:55.000Z (about 2 years ago)
- Last Synced: 2023-09-15T02:48:37.871Z (over 1 year ago)
- Topics: api, api-server, django, django-rest-framework, drf, heroku, heroku-deployment, server
- Language: Python
- Homepage: https://cruzz.herokuapp.com/
- Size: 383 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cruzz
Welcome aboard![![Build Status](https://travis-ci.com/Monal5031/cruzz.svg?token=oFMLpVwvpvqpesnnf2eF&branch=master)](https://travis-ci.com/Monal5031/cruzz)
Steps to setup:
```bash
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
``````
Credentials:
username: admin
password: admin12345
```