Giter VIP home page Giter VIP logo

trial-app's Introduction

trial-app

This is a trial app.
A recipe app that has create, read, update, and delete funtionality

This project was created with:

  • python
  • django
  • django_rest_framework
  • htmx
  • alpine.js
  • sqlite

You should have python 3.8 and up installed in your system to run this trial-app

Clone this app

git clone https://github.com/yohi441/trial-app.git

Navigate to the folder you clone

Create virtual environment

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install projects dependency using pip

pip install -r requirements.txt

Run the app using manage.py

python manage.py runserver

You can access the django built-in admin using this credentials

admin url 127.0.0.1:8000/admin/

email: [email protected]
password: adminpassword

You can login to the app using this credentials

or you can signup

email: [email protected]
password: testpassword

You can also use the API

API endpoints

METHOD URI SEMANTICS
GET /api/ Retrieve list of URL of recipe list
GET /api/recipes/all/ Retrieve list of all recipes of all users
GET /api/recipe/detail/{id}/ Retrieve a single recipe
GET /api/recipe/list/ Retrieve a list of recipes of the user must provide basic authentication
POST /api/recipe/list/ Create a new recipe of the user must provide basic authentication
GET /api/recipe/{id}/ Retrieve a single recipe of the user must provide basic authentication
PUT /api/recipe/{id}/ Update an existing recipe of the user must provide basic authentication
DELETE /api/recipe/{id}/ Delete an existing recipe of the user must provide basic authentication

trial-app's People

Contributors

yohi441 avatar

Watchers

 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.