Skip to content

anushkai/POS_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Available Scripts

In the project directory, you can run:

npm run dev

Runs server side and client side concurrently.

npm run client

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.

npm run server

Runs server in port 5000 or in an available port.

npm test

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).

npm run build

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!

Deployment

The deployed web app reached from https://vast-cove-57986.herokuapp.com

Documentation

Swagger API documentation can be reached through
https://app.swaggerhub.com/apis-docs/AnushkaIdamekorala/Mini_POS/1.0.0

Sample Account

Using email:- 'anushka0731@gmail.com' password:- '1234' You can log into a sample account.(You can also create a new account)

About

Point of Sale web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published