Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

ReseauEntourage/scb-back

Repository files navigation

SCB backend

Backend for Simple Comme Bonjour build with Strapi

Setup developpement

install dependencies

  • mysql
# Ubuntu
$ sudo apt-get install mysql

# OS X
$ brew install mysql

# Windows
$ choco install mysql
  • dev dependencies

npm install

First run, create database

  • create database
# Start mysql server
$ mysql.server start

# Connect to mysql server from console
$ mysql -uroot -proot

# Create database
mysql> CREATE DATABASE scb_development;
mysql> exit;

# Import database
$ mysql -uroot -proot < ./mock/scb_development.sql > ./mock/scb_develppment.log
  • import images

TODO

Developpement

npm run develop

// user : Vaite // mdp: Vaite_scb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published