Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugocruzlfc/abb-fullstack-assignment
This is an assignment for Fullstack ABB Robotics Position.
https://github.com/hugocruzlfc/abb-fullstack-assignment
Last synced: about 12 hours ago
JSON representation
This is an assignment for Fullstack ABB Robotics Position.
- Host: GitHub
- URL: https://github.com/hugocruzlfc/abb-fullstack-assignment
- Owner: hugocruzlfc
- Created: 2023-11-05T15:15:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T09:54:36.000Z (about 1 year ago)
- Last Synced: 2023-11-06T16:32:48.189Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABB-FullStack-Assignment
## Folder Structure
### Server and Client
## Server description
### Server is built using Node.js and Express.js and TypeScript. In addition, dependencies such as Morgan, Cors, Nodemon and Faker were used for the correct functioning and development of the project.
## Client description
### Client is built using Vite, React.js, TailwindCss, TypeScript, React-Router-Dom, React-Icons and Zustand for state management.
## How to run the project
### 1. Clone the repository
### 2. Open the terminal and go to the server folder and run the command `npm install` to install the dependencies
### 3. Run the command `npm run dev` to start the server
### 4. Open another terminal and go to the client folder and run the command `npm install` to install the dependencies
### 5. Run the command `npm run dev` to start the client