The server that run the back-end and the rendering of public pages
Find a file
2020-09-03 19:53:48 +00:00
assets fix(PublicPage): margin responsive 2020-09-03 21:42:58 +02:00
src fix: some cache issues with disabling sometimes 2020-09-03 21:53:20 +02:00
views fix: SEO improvements 2020-09-01 20:53:49 +02:00
.env.example feat: proposed cache WIP ? 2020-09-03 00:25:13 +02:00
.gitignore feat: add media controller s3 sandbox, css integration, js menu and filter... 2020-07-04 23:25:25 +02:00
deploy.sh fix: update deploy 2020-09-03 17:16:03 +00:00
ecosystem.config.js feat: pm2 support and start script for production env 2020-07-26 13:43:13 +00:00
gulpfile.js add countdown and some bug fixes like csv 2020-07-30 12:54:53 +00:00
nodemon.json update 2020-07-15 20:32:42 +00:00
package.json feat: proposed cache WIP ? 2020-09-03 00:25:13 +02:00
presentation.md update 2020-07-15 20:32:42 +00:00
README.md feat: README 2020-08-03 18:31:02 +02:00
README_fr.md feat: README 2020-08-03 18:31:02 +02:00
start.sh feat: pm2 support and start script for production env 2020-07-26 13:43:13 +00:00
test_mail.js update 2020-07-12 10:30:55 +00:00
tsconfig.json feat: add media controller s3 sandbox, css integration, js menu and filter... 2020-07-04 23:25:25 +02:00
yarn.lock feat: proposed cache WIP ? 2020-09-03 00:25:13 +02:00

API/Serveur - associations.espacecondorcet.org

Requirements

  • Node.js >= 12.18.2
  • Yarn >= 1.17 - Installation Page
  • MongoDB >= v4.2.8
  • A SMTP server
  • A S3 Bucket

Installation

Before using the server you have to install all the packages required

Use the yarn install command at the root (take a long time)

Then you have to fill the .env. We advise you to copy and paste the .env.example file as a example for the real .env

Usage in a development environment

yarn serve

Compilation before use in a production environment

yarn build && yarn assets

Usage in a production environment

yarn serve