Skip to content

wxlfe/code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Challenge

To run this application, start the backend followed by the frontend. The application includes default users on initial start-up, but these can be deleted or modified like any other user.

Backend

Running the backend requires maven (I used version 3.8.4) and Java (I used version 17.0.1) to be installed. Within the code-challenge directory, run mvn spring-boot:run, and the backend will start at http://localhost:8080.

Frontend

Using Yarn

  1. Run yarn to install dependencies.
  2. Run yarn start to start the standard dev server at http://localhost:3000.

Using NPM

  1. Run npm i to install dependencies.
  2. Run npm start to start the standard dev server at http://localhost:3000.

About

A full-stack application built for a code challenge, using a React frontend and a Spring Boot (Java) backend. Allows for adding, deleting, and editing users in a mock database.

Resources

Stars

Watchers

Forks

Contributors