gwuah / kerious

A minimal version of curious cat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kerious

A minimal version of curious cat.

How to run it

  1. Create an env file in the root of the project folder
  2. Add the following keys :
    • MONGODB_URI=link to your production database
    • PORT=5000
    • LOCAL_MONGO_URI=mongodb://127.0.0.1:27017/Kerious
    • MODE=development
    • SESSION_SECRET=pantalong
    • SESSION_SECRET_ADMIN=junkatown
    • ANON_ID=5b1b1119859b4a20986b3992
  3. Make sure you have a local mongodb instance running
  4. Run nodemon index.js or node index.js

About

A minimal version of curious cat.


Languages

Language:CSS 83.8%Language:HTML 10.4%Language:JavaScript 5.8%