Skip to content

vbookie/sample-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP

Used Python 3.6.1, MongoDB 3.2.9, Angular 2

It's recommended to use Virtualenv

The following addresses/ports are used:

  • mongoDB: localhost:27017
  • API server: localhost:8000
  • SPA: localhost:3000

Install the python packages:

pip3 install -r requirements.txt

Run the API server:

gunicorn app

Run the SPA (naviagte to the webapp folder):

npm install
npm start

About

Use Python and Angular2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published