Skip to content

artsnr1/UsersListingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Basic application for users authentication and listing

Technology Stack

  • Angular 6.0.3
  • Python 3.6.2 (Flask)
  • SQLAlchemy

Setup Guide

For serving the front-end code. Go to Front-end/users-app and run the following commands:

npm install

ng-serve

and then visit localhost:4200

For serving the back-end REST api's. Go to Back-end/ and run the following commands:

pip3 install -r requirements.txt

python3 app.py

and then visit localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published