A single page application for conducting coding interviews. This application features a collaborative coding and whiteboard environment. Built as a capstone project for the Fullstack Academy Software Engineering Immersive program.
First, clone the repository through git and change to the new directory:
git clone https://github.com/CodehuddleFSA/codehuddle.git
cd codehuddle
Then install the required dependencies:
npm install
To start the application locally, first start your Postgres server, then run the following command:
npm start
The application will be available locally at http://localhost:1337/
.
While in development, you can build using:
npm run build-watch
npm run build-sass
You can populate the database using:
npm run seed
You can test the application using:
npm test
MIT © CodehuddleFSA