Skip to content

DudkinON/carcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Carcat - Single page application (SPA).

Basis for creating larger projects. This project provides main the users functionality to sign in, sign up, and manage content.

Install

  1. install GIT.
  2. install Python 2.7.14
  3. Enter into terminal the following commands:
git clone https://github.com/DudkinON/carcat
pip install -r requirements.txt
cd carcat/items_catalog
python main.py 

After, it will run flask api and you'll see text like this:

 * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 121-184-468

Go to http://0.0.0.0:5000

Demo

Demo you can see it here: www.carcat.tk

Used:

License

MIT

About

SPA api AngularJS front + Python Flask back-end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published