Skip to content

Munkh09/Task-Management-Full-Stack-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo Link: https://youtu.be/FU_iNSFyGEc

Instructions to Setup

 Please follow these steps:
 
 1. Steps to set up the database (migrations, environment variables):
    - create 2 tables in a database through pgAdmin or command line using the scripts located in the db_ddl folder
    - adjust the backend/db.js file accordingly
 2. Steps to run the backend:
    - cd backend
    - npm install
    - npm run start
 3. Steps to run the frontend:
    - cd frontend
    - npm install
    - npm run start