felipe-l / HWCFront

Front End For HWC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontHwc

This is the front-end repository for the HWC22 project, which allows users to create and compile dot diagrams.

Installation

  1. Run npm i to install all necessary dependencies.
  2. Clone the backend repository HWC22 inside a folder called back. This means that the frontHWC and back folders are in the same directory, with the HWC22 project inside the back folder.
  3. Create a MongoDB database and add the API URL into a config.js file inside the frontHwc folder.
  4. To start the application, run node app.js inside the frontHWC folder.
  5. Access the website locally on localhost:3000, create an account, and sign in.
  6. Navigate to the "Create" tab, where you can write a .wire file in one text field and a .input file in the other text field and compile the dot diagram.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Front End For HWC


Languages

Language:EJS 68.2%Language:JavaScript 28.7%Language:CSS 2.6%Language:Python 0.5%