Skip to content

iovanom/todo_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test TODO app using node.js/express and vue.js/bootstrap4

Frontend Build

For building frontend need to run in frontend directory:

$ npm run build

Running the app

To run the app you can use docker-compose.

$ docker-compose up

To run express directly need to execute in backend directory (need to have mysql installed and configured): INFO: For serving the frontend files can set the dist dir to STATIC_ROOT environment variable and express will serve it.

$ npm start

The link for accessing the app is http://localhost:3000.

About

Simple todo app for test reasons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published