Giter Site home page Giter Site logo

jimialex / agendas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from victoraguilarc/agendas

0.0 2.0 0.0 10.61 MB

Medical appointment Project, It's part of a technical challenge

License: MIT License

Dockerfile 0.13% Makefile 0.51% Python 18.81% Shell 0.17% JavaScript 47.07% CSS 25.81% HTML 7.49%

agendas's Introduction

Agendas

styleguide Coverage

Features

  • Registration
  • Autthentication
  • Support for Facebook and Google(TODO).
  • Appointment Booking
  • Appointments Review

Technologies

Run locally (for development)

First you need to have installed git, docker, ssh, make and and a good terminal.

  1. git clone [email protected]:victoraguilarc/agendas.git
  2. Download .envs folder and put it in the root of project, it contains dev, test subfolders with a layout of the environment variables.
  3. make build builds the images for development.
  4. make migrate creates database and tables
  5. make fixtures loads testing data.
  6. make up runs development server at http://localhost:8000

Other useful commands

  • make debug enable deebugging server debug.
  • make migrations run django makemigrations command
  • make migrate run django migrate command
  • make superuser make a superuserfor develoment
  • make isort Fix posible import issues
  • make test Run the tests with pytest
  • make locales Generate translation files
  • make compile_locales Compile translation files

Frontend development

This projeect contains minimal frontend to some transactional fallback windows specially. If you want to use it, run the following commands:

  • npm install --global gulp-cli Install gulp
  • npm install Install nodejs dependencies
  • gulp generate css, js production files.

REST API Docs

POSTMAN Collection

agendas's People

Contributors

dependabot[bot] avatar victoraguilarc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.