Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birkhoffg/diet_master
https://github.com/birkhoffg/diet_master
bootstrap django python
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/birkhoffg/diet_master
- Owner: BirkhoffG
- License: gpl-3.0
- Created: 2020-03-23T06:52:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T15:58:23.000Z (over 4 years ago)
- Last Synced: 2024-12-20T18:36:08.033Z (about 1 month ago)
- Topics: bootstrap, django, python
- Language: CSS
- Size: 4.86 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diet Master
## `git pull` Before Starting and Committing!!!
Don't forget to execute `git pull` in the `master` branch before starting coding and committing to the github.
```
# go to the master branch
git checkout master
# sync remote repository
git pull
```## How to install?
1. Make sure [git](https://git-scm.com/downloads) is installed in your computer.
2. Clone the repository.
```
git clone https://github.com/BirkhoffG/Diet_Master.git
```3. Set up the `Django` environment following [setup.md](docs/setup.md)
4. After the Python environment is activated, you can run the server.
```
(venv) > python manage.py runserver
```5. The website should work properly at [http://127.0.0.1:8000](http://127.0.0.1:8000).
## How to commit code?
Check out [workflow.md](docs/workflow.md) for more details.
## Code Style
*TODO*...