Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

ByPort/open-place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analogue of Reddit project Place (https://www.reddit.com/r/place/).

Usage

Deploy:

First you need to install MongoDB.

Then set the environment variables (or skip if you are going to deploy locally):

# without '*' symbols
export IP=*IP*
export PORT=*PORT*

Then install npm packages:

npm install

Then run database and server:

./mongodb && node monitor.js

License

MIT