Skip to content

Team-Tentickles/inspire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inSPIRE

The main repo for the inSPIRE project backend.

Scope

This project is concerned with rendering the forms that are used to input the names of artists, and parsing that data to find similar artists

Installation

To run this repo, first clone the repository in the directory of your choice using:

git clone https://github.com/Team-Tentickles/inspire.git

Next, install dependencies using the Node Package Manager (npm)

npm install

This project requires Node.js to run. If you do not have Node installed, you can download it here

You can then run the repository using:

npm start

Contributing

If there is a feature you want to add, create a new branch for the project and check it out using:

git branch <BRANCH_NAME>
git checkout <BRANCH_NAME>

Make sure you're committing and pushing your changes as you work. Once you've finished making all of the changes you want to make, submit a pull request so it can be reviewed and merged into the main branch. For more information on how to submit a pull request see this article "# Jade-Artist-Template" "# Jade-Artist-Template" "# Jade-Artist-Template" "# Jade-Artist-Template" "# Jade-Artist-Template"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.1%
  • HTML 4.3%
  • CSS 1.6%