Skip to content

evzpav/task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TASK API

It is a Node CRUD boilerplate using Postgres with frontend in React.

Requirements

Node v20.16.0 
Docker
Make

Install dependencies

    make install

Run Postgres DB

   make run-postgres

Running

Local development

Run front (dev server)

    make run-front

    #Frontend will be running on localhost:3000

Run backend locally on port 7777

    make run

    #Backend endpoints will be running on localhost:7777/v1

Pre production

Run backend on docker - backend serves frontend build folder

    make run-docker

    #Frontend will be running on localhost:8888
    #Backend endpoints will be running on localhost:8888/v1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published