Skip to content
/ CUMap Public
forked from namking111/CUMap

SE, ICE capstone and Database project

Notifications You must be signed in to change notification settings

runsarun/CUMap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CU MAP

Getting start: Prerequisite

  • node
  • npm
  • yarn
  • mySQL

Getting start: Installation

Run the following command to install dependency

yarn

Create the environment variable file and name it to .env from the example.env as a template

Run the following command to start development

yarn dev

To run on production mode use the following command

yarn start
# or 
npm start

About

SE, ICE capstone and Database project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 24.6%
  • CSS 13.8%