Skip to content

shalomeir/snippod-starter-demo-app-server

Repository files navigation

Snippod-Starter-Demo-App-Server

Join the chat at https://gitter.im/shalomeir/snippod-boilerplate

Overview

Snippod-Starter-Demo-App-Server is a server part of snippod-starter demo application. A Snippod-Starter-Demo-App is a 'Full Stack Single Page Application' for the starter who want to be a web application developer.

This repository code is based on Django and django REST Framework.

Alt Stack Diagram

Base Repository, Module

We made this using these technologies.

Getting Started

Preliminaries :

  • Python 3.6
  • virtualenv (optional)

You have to git clone this repository.

git clone https://github.com/shalomeir/snippod-starter-demo-app-server

Installation for REST API Server

  • virtualenv venv --python=python3.6
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python manage.py makemigrations && python manage.py migrate
  • python manage.py createsuperuser

Usage for REST API Server

  • python manage.py runserver

Description

Django Rest framework provide browserble API. So you can see all get json by browserble API address too.

Reference

Contributing

Contributions, questions and comments are all welcome and encouraged.

License

MIT License.

Copyright 2018, Snippod Inc.

About

A Server part of the 'snippod-starter-demo-app' Full stack demo application based on Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published