The .env.example
file gives you an example of the .env
file.
The api/config/config.json
file is used to configure the database.
MySQL Database :
You can create the database with groupomania_development.sql
.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
Email: [email protected]
Password: password
The asset directory contains images upload by users.
This directory contains your static files. Each file inside this directory is mapped to /
.
Example: /static/robots.txt
is mapped as /robots.txt
.