Skip to content

JakubHojsan/QueueCLA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueueCLA

This project was bootstrapped with Create React App.

The point of this project was to solve a problem rampant on UCLA's campus -- what the British call queuing.

UCLA students don't like to physically queue, so we began implementing a solution to virtually queue.

Installation & Set up

In the directory of your choice, run the following commands:

git clone https://github.com/jake-sager1/QueueCLA.git
cd QueueCLA

Now, run the following command:

npm install

This will install all the dependencies to the local node_modules folder.

To run the project locally, run the following:

npm run start

Additionally, run the backend server with these commands:

cd server
node server.js

Navigate to localhost:3000 to view the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.8%
  • Other 0.2%