Skip to content

Commit 5cca50a

Browse files
committed
README
1 parent e165f59 commit 5cca50a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ Main goals:
2424

2525
# Developer
2626

27+
Currently developped on Windows but Linux also possible.
28+
2729
## Requirements
2830

2931
* Front: [Node & NPM](https://nodejs.org/)
30-
* Back: Python
32+
* Back: [Python 3](https://www.python.org/)
3133

3234
## Front
3335

@@ -47,12 +49,19 @@ See [BACK](BACK.md) for how to configure your local development environment.
4749

4850
# Production deployment
4951

52+
Running on linux.
5053
Follow the tutorial: [Flask + Gunicorn + Nginx + HTTPS](VPS.md)
5154

5255
# Stack
5356

57+
## Front
5458
* [TypeScript](https://www.typescriptlang.org/) and [FuseBox](https://github.com/fuse-box/fuse-box) bundler
5559
* [FullCalendar](https://fullcalendar.io/) with [Bootstrap](https://getbootstrap.com)
5660
* [Font Awesome](https://fontawesome.com/)
5761
* [Leaflet](https://leafletjs.com) with [OpenStreetMap](https://www.openstreetmap.org/about) and [Esri](https://esri.github.io/esri-leaflet/)
5862

63+
## Back
64+
* [Python 3](https://www.python.org/)
65+
* [Flask](https://flask.palletsprojects.com/)
66+
* [APIFlask](https://apiflask.com/)
67+
* and a few other useful packages, see back/requirements.txt

0 commit comments

Comments
 (0)