This is the code base for a Point of Sale web application which is deployed online.Front end is built using React-Redux(in client folder) and nodeJs framework is used for back end development with express for handle htttp requests.And mongoDB is used for Database. Users can create accounts and login to certain account.In home page user can see all of his orders and generate orders for required table.When user selects a certain order user can see order view where user can edit the order.
In the project directory, you can run:
Runs server side and client side concurrently.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs server in port 5000 or in an available port.
Launches the test runner (only the api test).Local database is used for api testing purpose(Go to https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ to install mongodb).
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
The deployed web app reached from https://vast-cove-57986.herokuapp.com
Swagger API documentation can be reached through
https://app.swaggerhub.com/apis-docs/AnushkaIdamekorala/Mini_POS/1.0.0
Using email:- 'anushka0731@gmail.com' password:- '1234' You can log into a sample account.(You can also create a new account)