项目作者: ItsMeWithTheFace

项目描述 :
🖼️ A simple web gallery to upload photos and comment on other people's photos
高级语言: JavaScript
项目地址: git://github.com/ItsMeWithTheFace/PikStok.git
创建时间: 2019-04-17T04:30:59Z
项目社区:https://github.com/ItsMeWithTheFace/PikStok

开源协议:

下载


PikStok

Simple photo gallery for people to share photos

Development

Please ensure you have the following dependencies:

  • Node dubnium (10.14.2+) or carbon (8.14.0+)
  • npm 6.9.0+

To build the project locally, perform the following steps:

  1. Clone the repo
    1. git clone https://github.com/ItsMeWithTheFace/PikStok.git
  2. Go into the webgallery directory and install the dependencies:
    1. cd PikStok/webgallery
    2. npm install
  3. Start the server:
    1. node start

This will start a local server on localhost:3000.
API docs can be found here