The server that run the back-end and the rendering of public pages
Find a file
2020-08-17 16:32:02 +02:00
assets fix: less shity ux for mobile home nav 2020-08-17 16:32:02 +02:00
src refactor: remove useless print 2020-08-16 11:30:27 +02:00
views fix: less shity ux for mobile home nav 2020-08-17 16:32:02 +02:00
.env.example feat: add twig cache env var 2020-08-05 14:50:52 +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 feat: add deploy.sh 2020-08-10 13:14:59 +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(Admin): add pagination support for getMany organization route 2020-08-16 11:29:22 +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-error.log gulp and a lot of others updates 2020-07-23 10:43:20 +00:00
yarn.lock feat(Admin): add pagination support for getMany organization route 2020-08-16 11:29:22 +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