Skip to content

kmi0817/women-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

한국여성의집: Women Homepage

Before running...

change the name of front-end to views

1. Install all necessary modules

npm install
  • Make sure that you're on /app when executing the above command
  • Every module written in package.json will be installed

2. Create ".env" file on /app

NODE_ENV="dev"

PORT=

DB_HOST=""
DB_USER=""
DB_PASSWORD=""
DB_DATABASE=""
DB_PORT=

How to run

✅ Make sure that you're on /app

npm start