8000 GitHub - coloredlambda/bluecrest-petition: A website to run student petitions at Bluecrest College
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coloredlambda/bluecrest-petition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluecrest-petition

Project Details

The project front-end is written in React.JS with the backend using node express framework with a mongoDB database

Set up project

Clone the project unto your computer and navigate to project directory To set up project you need node version 6 installed and an internet connection. Yarn is the preferred package manager for the project. To install Yarn run

npm i -g yarn

Once yarn is installed, run this command in the project root to install all the project packages for the server

yarn install

Once it is complete, navigate into the client folder and run the same command in there

yarn install

Now navigate back to the root of the project and run

node server.js

Open a seperate terminal window, navigate into the client folder and run

yarn start

Wait patiently for server to start then you point your browser to http://localhost:3000

NB. There is a secrets file to be able to access the project's real database. To get access to it, please contact me personally

About

A website to run student petitions at Bluecrest College

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0