The server that run the back-end and the rendering of public pages
Find a file
2020-08-04 18:11:44 +02:00
assets fix: pricing style adjustements 2020-08-04 17:28:44 +02:00
src feat: better default image 2020-08-04 18:11:44 +02:00
views fix: pricing style adjustements 2020-08-04 17:28:44 +02:00
.env.example update 2020-07-16 15:43:18 +00:00
.gitignore feat: add media controller s3 sandbox, css integration, js menu and filter... 2020-07-04 23:25:25 +02: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 fix: minor fixes and add csv import support 2020-07-27 12:06:09 +00: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 fix: minor fixes and add csv import support 2020-07-27 12:06:09 +00: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