https://github.com/julinium/emarches.com
Web application (full stack) behind eMarches.com, Home of the Public Procurement Market in Morocco.
https://github.com/julinium/emarches.com
backend bootstrap django email frontend full-stack javascript python
Last synced: 2 months ago
JSON representation
Web application (full stack) behind eMarches.com, Home of the Public Procurement Market in Morocco.
- Host: GitHub
- URL: https://github.com/julinium/emarches.com
- Owner: Julinium
- License: gpl-3.0
- Created: 2025-05-28T15:40:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T17:11:47.000Z (about 1 year ago)
- Last Synced: 2025-06-14T18:24:53.229Z (about 1 year ago)
- Topics: backend, bootstrap, django, email, frontend, full-stack, javascript, python
- Language: HTML
- Homepage: https://emarches.com
- Size: 55.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eMarches.com
Visit emarches.com to see what it looks like.
eMarches.com is a full stack web application to help businesses and individuals get the most out of the public procurement market in Morocco.
# Steps
01. Pull/download from github.
02. Create a python virtual env
03. Install requirements.txt
04. Fill in your settings in .env
05. Setup database backend and potentially email backend.
06. If running for the first time against the database, migrate models and create a superuser.
07. Copy static files
08. Test locally using "python manage.py runserver".
09. Deploy. I'm using gunicorn and nginx.