YariKartoshe4ka / Space-Way-Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Way Web

Server side (Web and API) for Space Way game

Developing

In principle, the site doesn't need to be changed, and the code was opened in order to quickly identify vulnerabilities by GitHub's kind-hearted flatterers, so before starting development and making changes, please open the issue so that in the discussion we can make sure that this is necessary

Stack

To work successfully with the code, you need to know the following technologies

Front end

JavaScript with jQuery, SCSS

Back end

Python 3, Django

Setup

The project uses a Makefile, so you can start development very quickly (if you work on Linux)

# Clone repo
git clone https://github.com/YariKartoshe4ka/Space-Way-Web.git
cd Space-Way-Web

# Install dependencies
make deps

# Prepare project
make setup
nano app/.env # Change variables
make db

# Run site
python manage.py runserver

About

License:GNU General Public License v3.0


Languages

Language:Python 63.6%Language:SCSS 9.9%Language:JavaScript 8.4%Language:HTML 7.6%Language:Makefile 4.8%Language:Dockerfile 3.7%Language:Shell 2.0%