/SE-Project-Frontend

This repository is developed as the final project for the Software Engineering course with React.

Primary LanguageTypeScript

Software Engineering Final Project

This repository is developed as the final project for the Software Engineering course presented by Drs Farzinvash.

Team Members:

Technologies:

List of all technologies used to make this project:

Special thanks to dance2die for their "cra-template-tailwindcss-typescript" react template.

Usage

To start working with the project, clone this repository alongside the SE-Project-Backend repository. In the next steep install the requirements for both frontend and backend server. Frontend requirements:

  • Nodejs & npm

After installing all the requirements, open the project folder inside command-line and run the following command to download all the necessary modules:

npm install

After the installation is completed, you can run the project with the following command:

npm start

Not that the frontend server runs on localhost:3000 and backend server runs on localhost:5000

Other Resources