Skip to content

Playing around with a booking system in angular with a node backend

Notifications You must be signed in to change notification settings

a-t-cole/range-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

range-booking

Playing around with a booking system in angular with a node backend

Build instructions

Change directory into the spabooking directory and ng-build --prod. This will build the application to the static files folder

Change directory into api and node index.js. Then navigate to localhost. Alternatively, you can build the docker image and run via a container.

Known Issues

The UI is a mess, but for the most parts functional. Adding new users doesn't currently work.

Next Steps

The Angular app has routing enabled, but doesn't currently use it. As it's being served as static files from the express js server, if an angular route is entered, it wont be recognised. The backend will expect that it is one of the API routes.

About

Playing around with a booking system in angular with a node backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published