Skip to content

gopjak36/appmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to AppManager

System of Appointments Management:

  • Form for reserved the date and time for select Appointment.

  • All Appointments list and My Appointments list (authentication user only).

  • Add Appointments, 5 days with 3 time each (authentication user only).

  • Authentication with email and name without password.

  • Show submit Appointments (authentication user only).

  • Email system - send email with appointment data to author and user.

How to use project in my computer ?

  1. Open a terminal and create folder for project.

  2. Clone this repositories:

  user@ubuntu:~/newfolder$ git clone https://github.com/gopjak36/my-first-blog.git
  1. Install virtualenv package:
  user@ubuntu:~/newfolder$ sudo pip install virtualenv
  1. Create new virtualenv without additional packages from python:
  user@ubuntu:~/newfolder$ virtualenv newvenv --no-site-package
  1. Open virtualenv:
  user@ubuntu:~/newfolder$ source newvenv/bin/active
  1. Install requirements from requirements.txt:
  (newvenv)user@ubuntu:~/newfolder$ sudo pip install -r requirements.txt
  1. Create database:
  (newvenv)user@ubuntu:~/newfolder$ python manage.py migrate
  1. Run project:
  (newvenv)user@ubuntu:~/newfolder$ python manage.py runserver

About

AppManager -- small system of appointments management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages