Skip to content

JessArt/backend_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for jess.gallery

This is a Node.js application serving as an API for jess.gallery, both for the public part and for the CMS.

Running

In order to run, you'll need node 9.2 – technically, everything starting from 7.6 should work, since I use async/await, but I haven't tried it myself.

Also, you need to have MYSQL installed and running. On mac OS, you need to execute mysql.server start.

mysql.server start
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published