Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.0 - Core #3

Merged
merged 211 commits into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
211 commits
Select commit Hold shift + click to select a range
ea29d03
chore: move front related files to front folder
Asiberus Aug 29, 2022
ab79952
chore: init django project and docker config
Asiberus Aug 29, 2022
345e195
feat: add user, spot, shop & bar models, serializers and views
Asiberus Aug 30, 2022
a48f55b
chore: move serializers and views to api app
Asiberus Aug 31, 2022
92cbcb4
feat: provide static with nginx
Asiberus Sep 1, 2022
7457a7b
feat: implement point getter on front side
Aug 31, 2022
fb264b1
feat: update login to include register in one page
Sep 3, 2022
d5f0a4f
feat: add reset password aside
ArthurBeaulieu Sep 12, 2022
739c2e1
update gitignore
ArthurBeaulieu Sep 12, 2022
e455858
chore(back): change userId to integer field
Asiberus Sep 12, 2022
1428ba5
feat(back): add welcome view
Asiberus Sep 12, 2022
c049458
chore(front): handle static url
Asiberus Sep 13, 2022
5f59ba3
Merge remote-tracking branch 'origin/backend' into frontend
ArthurBeaulieu Sep 14, 2022
70405b5
chore(front): fix static path
ArthurBeaulieu Sep 14, 2022
7359e41
feat(front): create communication class for csrf header
ArthurBeaulieu Sep 15, 2022
07ee752
fix(front): fix display spots latlng bug
ArthurBeaulieu Sep 15, 2022
5583033
feat(front): add proper api login call
ArthurBeaulieu Sep 15, 2022
b0a38d7
feat(front): rename all store in shop
ArthurBeaulieu Sep 17, 2022
b794363
feat(front): save marks to server
ArthurBeaulieu Sep 17, 2022
76e2db4
fix(front): freezed map after aside loading
ArthurBeaulieu Sep 17, 2022
df7dde0
feat(front): proper scss for welcom
ArthurBeaulieu Sep 17, 2022
1c38daa
feat(front): add front documentation and test baseline
ArthurBeaulieu Sep 17, 2022
b751bb1
feat(front): documentation and clearing useless methods in utils
ArthurBeaulieu Sep 17, 2022
1e1b155
feat(front): clean provider enum
ArthurBeaulieu Sep 17, 2022
a61111f
feat(front): enhance welcome page style and command
ArthurBeaulieu Sep 18, 2022
3cfb1b0
feat(back): move html from static to templates
ArthurBeaulieu Sep 18, 2022
04e53c8
feat(front): handle fatal error on frontend side
ArthurBeaulieu Sep 18, 2022
2ac4519
feat(front): add template in front testing
ArthurBeaulieu Sep 18, 2022
bfc6568
fix(front): add missing file
ArthurBeaulieu Sep 19, 2022
f0e96d4
feat: add login and logout
Asiberus Sep 19, 2022
2f10ac9
feat: add login and logout
Asiberus Sep 19, 2022
8fea716
Merge remote-tracking branch 'origin/backend' into frontend
ArthurBeaulieu Sep 19, 2022
3908493
fix(front): Kom resolution with no data for POST
ArthurBeaulieu Sep 19, 2022
e7bca29
feat: set user login for spot, shop, bar creation
Asiberus Sep 19, 2022
f95ed6d
Merge remote-tracking branch 'origin/backend' into frontend
ArthurBeaulieu Sep 19, 2022
309c092
feat(back): add endpoint to get user connected
Asiberus Sep 19, 2022
101e0a6
Merge remote-tracking branch 'origin/backend' into frontend
ArthurBeaulieu Sep 20, 2022
5587d0c
feat(front): use connected user endpoint
ArthurBeaulieu Sep 20, 2022
d9ee2b9
feat(front): delete and edit marks
ArthurBeaulieu Sep 20, 2022
0cc5feb
fix(front): pushing missing files
ArthurBeaulieu Sep 20, 2022
50026c1
feat(back): implement basic user register
Asiberus Sep 20, 2022
86582c9
build: add adminer container
Asiberus Sep 20, 2022
2690c2d
chore(back): set isActive to false at register
Asiberus Sep 20, 2022
0679e62
chore(back): use set_password to hash password
Asiberus Sep 20, 2022
d750f2f
feat(back): create email service
Asiberus Sep 20, 2022
61872c6
feat(back): send mail at register to activate user
Asiberus Sep 21, 2022
b03d63b
feat(back): add password reset request
Asiberus Sep 21, 2022
cede148
feat(back): add password reset endpoint
Asiberus Sep 21, 2022
6db37f9
feat(front): reset password aside wip
ArthurBeaulieu Sep 21, 2022
73c599b
feat(front): edit resetpassword url with uid and token
ArthurBeaulieu Sep 21, 2022
3a9cb26
feat(back): use mailjet service to send mail
Asiberus Sep 23, 2022
88cad35
feat: wip upload modal
ArthurBeaulieu Oct 22, 2022
887cbc5
add upload post on update pp
ArthurBeaulieu Oct 23, 2022
7cad9f2
clone nls en into fr
ArthurBeaulieu Oct 23, 2022
80308c0
committing files
ArthurBeaulieu Oct 23, 2022
e9c897c
another one
ArthurBeaulieu Oct 23, 2022
4e06f6b
ressize looks ok
ArthurBeaulieu Oct 23, 2022
f68cfd4
build: configure media file for django & nginx
Asiberus Oct 23, 2022
fcaa849
feat(back): handle profile picture for user
Asiberus Oct 23, 2022
bf5584b
fix: front call to user-profile api
Asiberus Oct 23, 2022
ecfb5bb
feat: drag resizer and touch
ArthurBeaulieu Oct 23, 2022
b4be9ce
Merge remote-tracking branch 'origin/backend' into frontend
ArthurBeaulieu Oct 23, 2022
d1b2bce
fix: not int in rq
ArthurBeaulieu Oct 23, 2022
acd2f23
fix: max undefined to server
ArthurBeaulieu Oct 23, 2022
4e60578
feat: proper coordinates for image cropping backend
ArthurBeaulieu Oct 23, 2022
c0bc1a9
feat: ui restyle
ArthurBeaulieu Oct 24, 2022
f38915b
fix: next time wont comit in front
ArthurBeaulieu Oct 24, 2022
f61d125
feat: auth button correction
ArthurBeaulieu Oct 24, 2022
e0f141b
feat: add base layers
ArthurBeaulieu Oct 24, 2022
82e7e1a
fix: missing nls
ArthurBeaulieu Oct 24, 2022
5e92bbd
feat: add type ui to new spot
ArthurBeaulieu Oct 30, 2022
e7ac5e2
fix: nls refacto and utils
ArthurBeaulieu Oct 30, 2022
ea4cfc7
wip: modal refactor, not up
ArthurBeaulieu Oct 31, 2022
6bfd9d9
wip: migrating modal to factory 2/3
ArthurBeaulieu Nov 2, 2022
9cba213
feat: modal factory to reduce main js file
ArthurBeaulieu Nov 2, 2022
693e267
feat: square resizer on landscape/portrait pictures
ArthurBeaulieu Nov 2, 2022
4e48149
feat: minor optim
ArthurBeaulieu Nov 3, 2022
cb111ee
feat: add light theme pref
ArthurBeaulieu Nov 3, 2022
89dd538
feat: add lang pref
ArthurBeaulieu Nov 3, 2022
55bbccd
feat: modal factorisation done
ArthurBeaulieu Nov 7, 2022
a14dc65
feat: improve clustering
ArthurBeaulieu Nov 7, 2022
96ef4eb
feat: move cmd to bottom for better mobild command
ArthurBeaulieu Nov 7, 2022
91ca6ec
fix: range circle bug at zoom 11
ArthurBeaulieu Nov 7, 2022
2da2571
feat: better pref at init
ArthurBeaulieu Nov 7, 2022
08af167
feat: front unit testing started
Nov 8, 2022
868594c
feat: unified auth and app style
ArthurBeaulieu Nov 9, 2022
b28d08f
fix: webpack failing to build assets
ArthurBeaulieu Dec 11, 2022
6db8789
feat: change nav flex direction
ArthurBeaulieu Dec 11, 2022
6959eb3
chore(back): clean user profile picture serializer
Asiberus Oct 23, 2022
b470d70
feat(back): remove file if user's profile picture is updated or deleted
Asiberus Oct 24, 2022
c6b419b
chore(back): set default permission to IsAuthenticatedOrReadonly
Asiberus Dec 11, 2022
7b1f63c
feat(back): add is owner permission in spot, bar & shop views
Asiberus Dec 11, 2022
597f511
chore(back): set editable to false for user field in spot, bar & shop…
Asiberus Dec 11, 2022
528307f
feat(back): add modifiers and types to spot, bar & shop models and se…
Asiberus Dec 12, 2022
3040fe3
refactor: merge serializers for shop, spot & bar
Asiberus Dec 22, 2022
5541426
feat(back): add price in shop and bar models
Asiberus Dec 22, 2022
0c95a8d
chore(back): set modifiers and types required for spot, shop and bars
Asiberus Dec 23, 2022
76675dc
Merge pull request #1 from MesseBasseProduction/backend
Asiberus Jan 9, 2023
84e8a57
fix: style on auth login aside
ArthurBeaulieu Jan 9, 2023
58fcc27
feat: update package.json
ArthurBeaulieu Jan 9, 2023
90e53e1
fix: aside transparency on register/reset passwd
ArthurBeaulieu Jan 9, 2023
dda7066
fix: redirect after register with check your email notice
ArthurBeaulieu Jan 9, 2023
70da945
fix: proper message on reset password
ArthurBeaulieu Jan 9, 2023
e38d556
fix: remove unused parameters
ArthurBeaulieu Jan 9, 2023
bdf7704
fix(back): set modifiers to required false
Asiberus Jan 10, 2023
d9f7e3c
chore(back): set price enum start to 0
Asiberus Jan 10, 2023
bdcf645
chore(back): add isStaff property in user serializer
Asiberus Jan 10, 2023
9823719
chore: add backupdb command
Asiberus Jan 10, 2023
dc07f1b
fix: miscelaneous issues, wip for full convergence
ArthurBeaulieu Jan 11, 2023
1c7557d
fix: image resizer now ok
ArthurBeaulieu Jan 11, 2023
fb29229
fix: add/edit modal width and height full screen
ArthurBeaulieu Jan 11, 2023
6b171bb
fix: proper translations
ArthurBeaulieu Jan 14, 2023
1f60353
fix: end translations first pass
ArthurBeaulieu Jan 14, 2023
fa2c056
fix: edit mark popup bug
ArthurBeaulieu Jan 14, 2023
5b407f3
feat: mail html rendering
ArthurBeaulieu Jan 14, 2023
e18bc78
feat: improve touch events on modal
ArthurBeaulieu Jan 14, 2023
9f30f97
feat: improved pp square on landscape
ArthurBeaulieu Jan 14, 2023
cb7a436
fix(back): fix link in email templates
Asiberus Jan 14, 2023
a007611
build: configure docker env for production
Asiberus Jan 15, 2023
6a6cfba
chore(back): clean migrations
Asiberus Jan 15, 2023
eafbd2c
chore: clean settings and dockerfile
Asiberus Jan 15, 2023
87954d4
fix: upload pp bug when closing modal
ArthurBeaulieu Jan 15, 2023
2ea2691
Merge branch 'develop' of github.com:MesseBasseProduction/BeerCracker…
ArthurBeaulieu Jan 15, 2023
a40bd95
fix: improve mobile experience for image resizer
ArthurBeaulieu Jan 15, 2023
96f0755
fix: aside width in mobile
ArthurBeaulieu Jan 15, 2023
dcc3191
feat: update packagejson
ArthurBeaulieu Jan 15, 2023
e214912
wip: readme
ArthurBeaulieu Jan 16, 2023
c7128ef
fix(build): vsrf_trusted_origins in backend container
Asiberus Jan 16, 2023
89d1c9e
feat: startup help
ArthurBeaulieu Jan 16, 2023
f5f4d09
feat: add preference for startup help
ArthurBeaulieu Jan 16, 2023
a648d29
Update Kom.js
ArthurBeaulieu Jan 17, 2023
e3c9ee4
chore(build): change npm command for docker
Asiberus Jan 17, 2023
e0a7371
feat(back): add text and email body in email
Asiberus Jan 17, 2023
df0bbee
chore(front): run npm build
Asiberus Jan 17, 2023
0b3995b
fix(back): fix email text template name
Asiberus Jan 17, 2023
7674186
refactor(build): add static folder to staticfiles dir
Asiberus Jan 17, 2023
57f8329
fix(back): block logged in user to access welcome view
Asiberus Jan 17, 2023
d768ca2
Update StartupHelpModal.js
ArthurBeaulieu Jan 18, 2023
c548969
Update MapEnum.js
ArthurBeaulieu Jan 18, 2023
a489939
Update BeerCrackerzAuth.scss
ArthurBeaulieu Jan 18, 2023
14dffe1
Update BeerCrackerzAuth.js
ArthurBeaulieu Jan 18, 2023
b53a0a5
feat: create sh script to handle build and start
ArthurBeaulieu Jan 20, 2023
1548406
chore(back): change description maxlength to 500.
Asiberus Jan 20, 2023
e5cfe02
feat: proper quit in bc.sh
ArthurBeaulieu Jan 21, 2023
d329df9
wip: improving script
ArthurBeaulieu Jan 21, 2023
f582ef6
feat: improve auth style
ArthurBeaulieu Jan 21, 2023
92cef2d
Stopped tracking env
ArthurBeaulieu Jan 21, 2023
3d37771
fix: readmelink
ArthurBeaulieu Jan 21, 2023
6b2e297
fix: firefox fixtry
ArthurBeaulieu Jan 21, 2023
ff90815
feat: update hide svg
ArthurBeaulieu Jan 21, 2023
1a975cc
fix: icon size on firefox
ArthurBeaulieu Jan 21, 2023
b661387
fix: done fixing cmd on firefox
ArthurBeaulieu Jan 21, 2023
db02659
fix: firefox another one
ArthurBeaulieu Jan 21, 2023
994f8cb
feat: no-dash option in sh
ArthurBeaulieu Jan 21, 2023
b30c53a
Update README.md
ArthurBeaulieu Jan 23, 2023
2e556d1
feat: improve marker creation in auth page
ArthurBeaulieu Jan 23, 2023
e4cde33
Update index.html
ArthurBeaulieu Jan 23, 2023
30429b4
Update welcome.html
ArthurBeaulieu Jan 23, 2023
e728dca
Update index.html
ArthurBeaulieu Jan 23, 2023
7579530
fix: #2 margin in user profile modal
ArthurBeaulieu Jan 23, 2023
13c91bd
feat: proper popup and map click
ArthurBeaulieu Jan 23, 2023
3d2347e
feat: disable zoom on mobile
ArthurBeaulieu Jan 26, 2023
1b33f6c
fix: scale styling
ArthurBeaulieu Jan 28, 2023
80981bf
feat: hide on zoom slider
ArthurBeaulieu Jan 28, 2023
ea19c7b
Updated bc.sh
Jan 30, 2023
6a812e3
feat(build): Update option available
Jan 31, 2023
c847abc
feat: improve clustering
ArthurBeaulieu Feb 9, 2023
7249bad
feat: remove circles
ArthurBeaulieu Feb 18, 2023
8d36b1d
build: remove local conf
Asiberus Feb 22, 2023
e08cfd4
build: remove nginx_secret volume
Asiberus Feb 22, 2023
cde4080
fix: seet prod port to 8081
Asiberus Feb 22, 2023
45fd806
feat: add volume for nginx logs
Asiberus Feb 24, 2023
70e301f
fix: add server url env variable
Asiberus Feb 28, 2023
b8b051a
chore: remove git pull from updateApp script
Asiberus Feb 28, 2023
1127263
fix: orthograph in user creation mail
Asiberus Mar 1, 2023
a598007
Add a description when about option
Mar 2, 2023
b6e4cbf
forgot a carriage return
Mar 4, 2023
3388cc0
Update editConfIle method. Now update only var listed in for loop
Mar 4, 2023
2f26e21
feat: update min zoom on maps
ArthurBeaulieu Mar 13, 2023
2ae098f
feat: remove mail from login label
ArthurBeaulieu Apr 1, 2023
86ad81c
feat: restrict cluster radius
ArthurBeaulieu Apr 1, 2023
5addf3b
feat: remove clustering, test wip
ArthurBeaulieu Apr 1, 2023
ba34a19
feat: admin can edit spots ui
ArthurBeaulieu Apr 1, 2023
d586649
feat: handle app double click
ArthurBeaulieu Apr 1, 2023
42eb525
chore: add blank=True to user model
Asiberus Apr 1, 2023
5f14953
feat: add cliff, sea and lake to spot type
Asiberus Apr 1, 2023
f0bf36e
feat: css improvements
ArthurBeaulieu Apr 1, 2023
667b298
chore: run makemigrations
Asiberus Apr 1, 2023
cd4028d
feat: replace hide with filter icon
ArthurBeaulieu Apr 1, 2023
acaca22
chore: create point serializer
Asiberus Apr 1, 2023
aa95558
feat: center on mark from popup
ArthurBeaulieu Apr 1, 2023
dc2fc14
fix: admin edit all spots ui
ArthurBeaulieu Apr 1, 2023
bc1e368
fix: circle bug toggling markers
ArthurBeaulieu Apr 1, 2023
08258ae
fix: edit save from admin
ArthurBeaulieu Apr 1, 2023
92ee138
fix: edit save from admin v2
ArthurBeaulieu Apr 1, 2023
e3f496e
fix: edit save from admin v3
ArthurBeaulieu Apr 1, 2023
fadbab1
fix: login error msg
ArthurBeaulieu Apr 1, 2023
55b3802
feat: add spot, bar & shop in django admin
Asiberus Apr 1, 2023
e85d76a
chore: change server port
Asiberus Apr 1, 2023
4fa86f2
feat: it translation and help menu update
ArthurBeaulieu Apr 2, 2023
d79d5e4
chore: use env bash for bc script
Asiberus Apr 2, 2023
8b23108
chore: change server port
imadidev Apr 2, 2023
1cc992d
feat: remove labels
ArthurBeaulieu Apr 7, 2023
5fca111
feat: update help images
ArthurBeaulieu Apr 7, 2023
06403b7
chore(back): squash migrations
Asiberus Apr 8, 2023
69eaad1
chore(back): add creation date in spot, bar & shop in django admin
Asiberus Apr 8, 2023
d898096
fix: remove --volume option in bc.sh reset script
Asiberus Apr 8, 2023
69e659d
chore(back): remove squashed migrations
Asiberus Apr 8, 2023
0fca172
feat: add version number in nls files
ArthurBeaulieu Apr 9, 2023
e9db529
feat: improve credit text
ArthurBeaulieu Apr 9, 2023
1ce114f
fix: center on spot in auth
ArthurBeaulieu Apr 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 26 additions & 0 deletions .conf/development/back/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
FROM python:3.9-alpine

ENV PYTHONUNBUFFERED=1

WORKDIR /back

COPY ./.conf/development/back/run.sh /scripts/run.sh
ENV PATH="/scripts:$PATH"

COPY ./back/requirements.txt .

RUN apk add --update --no-cache postgresql-client zlib-dev jpeg-dev libwebp-dev && \
apk add --update --no-cache --virtual .tmp-deps \
build-base postgresql-dev musl-dev linux-headers && \
pip install -r requirements.txt && \
apk del .tmp-deps && \
adduser --disabled-password --no-create-home back && \
mkdir -p /vol/static && \
mkdir -p /vol/media && \
chmod -R +x /scripts

COPY ./back .

# TODO : Set user back, was removed for the collectstatic command to run succesfully
#USER back
CMD ["run.sh"]
10 changes: 10 additions & 0 deletions .conf/development/back/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

BACKEND_PORT=${BACKEND_PORT}
set -e

python manage.py wait_for_db
python manage.py collectstatic --noinput
python manage.py migrate

python manage.py runserver 0.0.0.0:$BACKEND_PORT
7 changes: 7 additions & 0 deletions .conf/development/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM nginx:1.22.0-alpine-perl

ENV NGINX_ENVSUBST_TEMPLATE_SUFFIX=.tpl

COPY ./.conf/development/nginx/default.conf.tpl /etc/nginx/templates/default.conf.tpl

CMD ["nginx", "-g", "daemon off;"]
21 changes: 21 additions & 0 deletions .conf/development/nginx/default.conf.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
server {
listen ${SERVER_HTTP_PORT};
listen [::]:${SERVER_HTTP_PORT};

location /static {
alias /vol/static;
}

location /media {
alias /vol/media;
}

location / {
proxy_pass http://${BACKEND_NAME}:${BACKEND_PORT};
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
}
}
31 changes: 31 additions & 0 deletions .conf/production/back/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
FROM python:3.9-alpine

ENV PYTHONUNBUFFERED=1

WORKDIR /back

COPY ./.conf/production/back/run.sh /scripts/run.sh
ENV PATH="/scripts:$PATH"

COPY ./back/requirements.txt .

RUN apk add --update --no-cache postgresql-client zlib-dev jpeg-dev libwebp-dev && \
apk add --update --no-cache --virtual .tmp-deps \
build-base postgresql-dev musl-dev linux-headers && \
pip install -r requirements.txt && \
apk del .tmp-deps && \
adduser --disabled-password --no-create-home back && \
mkdir -p /vol/media && \
mkdir -p /vol/static && \
chmod -R +x /scripts

COPY ./back .
COPY ./static /back/static

RUN chown -R back:back /vol && \
chmod -R 755 /vol && \
chown -R back:back /back && \
chmod -R 755 /back

USER back
CMD ["run.sh"]
10 changes: 10 additions & 0 deletions .conf/production/back/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

BACKEND_PORT=${BACKEND_PORT}
set -e

python manage.py wait_for_db
python manage.py collectstatic --noinput
python manage.py migrate

uwsgi --socket :"$BACKEND_PORT" --workers 4 --master --enable-threads --module back.wsgi
12 changes: 12 additions & 0 deletions .conf/production/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM nginx:1.22.0-alpine-perl

ENV NGINX_ENVSUBST_TEMPLATE_SUFFIX=.tpl

COPY ./.conf/production/nginx/default.conf.tpl /etc/nginx/templates/default.conf.tpl
COPY ./.conf/production/nginx/uwsgi_params /etc/nginx/uwsgi_params

RUN mkdir -p /var/log/nginx/back && \
touch /var/log/nginx/back/access.log && \
touch /var/log/nginx/back/error.log

CMD ["nginx", "-g", "daemon off;"]
21 changes: 21 additions & 0 deletions .conf/production/nginx/default.conf.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
server {
listen ${SERVER_PORT};
server_name ${SERVER_HOST};

access_log /var/log/nginx/back/access.log;
error_log /var/log/nginx/back/error.log warn;

location / {
uwsgi_pass ${BACKEND_PROXY};
include /etc/nginx/uwsgi_params;
client_max_body_size 10M;
}

location /static {
alias /vol/static;
}

location /media {
alias /vol/media;
}
}
13 changes: 13 additions & 0 deletions .conf/production/nginx/uwsgi_params
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI $request_uri;
uwsgi_param PATH_INFO $document_uri;
uwsgi_param DOCUMENT_ROOT $document_root;
uwsgi_param SERVER_PROTOCOL $server_protocol;
uwsgi_param REMOTE_ADDR $remote_addr;
uwsgi_param REMOTE_PORT $remote_port;
uwsgi_param SERVER_ADDR $server_addr;
uwsgi_param SERVER_PORT $server_port;
uwsgi_param SERVER_NAME $server_name;
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
node_modules
.idea
.DS_Store

*.py[cod]
*$py.class

back/tmp/
node_modules/
__pycache__/

static/dist/*.js
static/dist/*.css
.conf/development/conf.env
.conf/production/conf.env
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# BeerCrackerz

The website for beer lover, to share the best spot to crack a beer, or to easily refill this beverage of the gods!
Soon enough an alpha will be open for you to test this !
[![License](https://img.shields.io/github/license/MesseBasseProduction/BeerCrackerz.svg)](https://github.com/MesseBasseProduction/BeerCrackerz/blob/master/LICENSE.md)
![](https://badgen.net/badge/version/0.1.0/blue)

https://github.com/pointhi/leaflet-color-markers
Welcome, fellow beer lovers. BeerCrackerz is a community web app to list the best spots to drink a fresh one while you're outside. It provides a well-known map interface so it is really easy to browse, find or add unique spots!

https://leafletjs.com/
You want to try it ? We are currently running an instance just so you can try (and add your personnal best places) :

https://www.svgrepo.com/svg/287438/info
[https://beercrackerz.org](https://beercrackerz.org)

https://github.com/Leaflet/Leaflet.markercluster
## Get Started

In order to install BeerCrackerz on your system and run your own instance, please refer the the [**Installation**](https://github.com/MesseBasseProduction/BeerCrackerz/wiki) wiki entry.

## About

BeerCrackerz is an open-source software edited and hosted by [Messe Basse Production](https://messe-basse-production.com/), developper by [Arthur Beaulieu](https://github.com/ArthurBeaulieu) and [Raphaël Beekmann](https://github.com/Asiberus)

#### Technologies

[OpenStreetMap](https://www.openstreetmap.org/), [ESRI](https://www.esri.com), [LeafletJs](https://leafletjs.com/), [Leaflet-MarkerCluster](https://github.com/Leaflet/Leaflet.markercluster), [Leaflet-Color-Markers](https://github.com/pointhi/leaflet-color-markers), [SVGRepo](https://www.svgrepo.com/)
65 changes: 0 additions & 65 deletions ROADMAP.md

This file was deleted.

Loading