antoinebollinger / groupomania_backend

Repo for Groupomania Backend Project

Home Page:https://ab-p7-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groupomania project : create a social network

The social network by Groupomania

Backend repo

Backend

Before your start, make sure you have access to a Mysql server. You'll need to create a .env file a the root of your backend file, with the following:

DB_HOST=//your host - if local, localhost
DB_USER=//your username - if local, root
DB_PASSWORD=//your password - if local, empty
DB_DATABASE=groupomania //must be groupomania

Then you can go :

npm install
node server

For more infos about this API, please read the guidelines file.

About

Repo for Groupomania Backend Project

https://ab-p7-api.vercel.app


Languages

Language:JavaScript 100.0%