Skip to content

unclebanks/project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 1

Project Description

A mint ice cream themed expense reimbursement program.

Technologies Used

  • Java
  • JavaScript
  • HTML/CSS
  • NodeJS
  • Fetch
  • Oracle Database

Features

List of features ready and TODOs for future development

  • Account creation
  • Reimbursement Creation
  • Administrative accounts
  • Approval/denial of claims

To-do list:

  • Improve design/functionality
  • Refactor code

Getting Started

  • Ensure that Node.js, git, Tomcat and Eclipse are installed.
  • Ensure that git is installed.
  • Open command line (cmd).
  • Clone the project repository by typing git clone https://github.com/unclebanks/project1.git into said cmd.
  • Once the cloning is complete, navigate to the project directory.
  • Open the repository within Eclipse.
  • Right click the main project1 package and run on the server.
  • This will start the back-end application.
  • Type npm ci into the cmd. This is short-hand for npm clean-install
  • Once the installation is complete type npm start into the cmd to begin the front-end program.
  • If an internet browser window has not opened automatically, the program can be accessed by doing so and navigating to localhost:3000.

Command Line Code

git clone https://github.com/unclebanks/project1.git
npm ci
npm start

License

This project uses the MIT standard license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published