Skip to content

IwannabeSplendid/Web_hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API for HackNU 2022

This project is a bare-bones API server designed to solve the problem of HackNU 2022 hackathon prepared by the Beeline BigData team. The server recreate dependencies for each final processed column after running src folder's scripts. It does it by parsing scripts' physical schemes.

The server return a json message with following structure:

[{  id :  ..., 
   filename : ..., 
   code : ..., 
   graph : ... 
 } 
 ... 
] 

Getting Started with App

  1. First of all, clone project in the working directory git clone ...;
  2. Then go into the working folder cd Web_hack;
  3. Use the pip3 install -r requirements.txt command to install all of the Python modules and packages listed in the requirements.txt file;
  4. Upload the physical schemes of the scripts that need to be parsed to the folder hacknu-api/parser/src.

Running the server

Run python3 manage.py runserver to run the server locally.

Learn More

Go to 'https://github.com/wertypotom/graphs' to see visual representation of the graph.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published