Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 631 Bytes

Emage

You can upload images and it will return an image with emojis as pixels

Link: https://lauritsbonde.github.io/Emage/

How to

Frontend

To start the frontend use the following commands from the root directory

cd frontend

npm start

Backend

To start the backend use the following commands from the root directory

cd backend

node app.js or nodemon app.js

!OBS!

First time you run the backend it has to create two large lookup files for you.

And first time you run the backend you should use node app.js Since it changes the backend structure and nodemon will then restart