Skip to content

Ubifood-unipetech/Unifood-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubifood

Ubifood-Backend

Build Status

This is the codebase for the ubifood's backend project created by Unipe's college students.

Ubifood is an entrepreneurship project with the propose to create a menu of local restaurants. Originally created based on the fact that we were trying to reach which 'coxinha' around our campus was more finatial viable.

This project works using these technologies:

  • Django
  • Django-Rest_Framework
  • PostgresSQL
  • Postgis
  • ...more

Installation

py -m venv venv  #Initialiaze virtual enviroment
cd /venv/Scripts
activate # or .\activate in case of powershell
cd ../..
pip install -r requirements.txt

# set up a local postgres database and add postgis extension
# Read this for more info: https://docs.djangoproject.com/en/4.1/ref/contrib/gis/install/postgis/

Features

  • CRUD RESTAURANTS
  • CRUD FOODS
  • CRUD USERS
  • Search filters + pagination
  • more...

License

UNIPE

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages