Skip to content

Scienitive/42-camagru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-camagru

This project is about making a website for posting images with stickers.

This is a live website of the project that you can interact with. However all the data resets every 24 hours (00:00 GMT).

Images & Gifs

Visual Visual Visual Visual Visual

Usage

First run npm i to install the dependencies (only dependency is Babel).

After that run make to transpile the javascript code.

Lastly run make run to dokcer-compose up the entire project.

Important Note: You need to create a .env file at the tools/ folder. Inside of it paste this:

MYSQL_DB="camagru"
MYSQL_ROOT_PASS="123"
DATABASE_HOST="db"
SENDGRID_API_KEY=""

In order to properly use the project you need to write your own sendgrid api key to the SENDGRID_API_KEY="" section. This is essential for email verification and notificiations.

About

The camagru project at 42 schools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published