Skip to content

horanchikk/AnonyME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnonyME

Web application for hackathon

Setting up a Workspace

  1. Сlone this repo:

    git clone https://github.com/horanchikk/anonyme
    cd anonyme
  2. Install npm and python packages:

    cd frontend
    npm install
    
    cd ../backend
    pip install -r requirements.txt
  3. Launch application

python launch.py

Or install all in one command

git clone https://github.com/horanchikk/anonyme && cd anonyme && cd frontend && npm install && cd ../backend && pip install -r requirements.txt && cd .. && python3 launch.py

Now you can navigate to http://localhost:3000/ where you can see start page of application.

About

Совместный проект на хакатон, созданный с @Ethosa и @AK0T

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published