Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

junior-study/bikemark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bikemark

🚲 bikemark 🕹toy project

Table of contents

Introduction

Key Features

Technologies

  • Spring Boot 2.1.9
  • React or React Native
  • MySQL 5.x

Getting Started

To install this example application, run the following commands:

git clone https://github.com/junior-study/bikemark.git
cd bikemark

This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.

To run the server, cd into the server folder and run:

./mvnw spring-boot:run

To run the client, cd into the client folder and run:

cd src/main/app
npm run start