Installing Process
** To setup this project, you need to make sure that your hosting server supports node.js **
- First, You have to download the file, you will get a zip file.
- Then, you have to Extract the file.
- You will find two files 1. car2go backend and 2. car2go frondend.
-
Install project dependencies (In your local environment)):
-
1. If NodeJs is not installed, then follow this step to install NodeJs:
- 2. After successfully installed, check NodeJs version. It will show some number. node --version
- 3. If yarn is not installed, then use the following command to install yarn: npm i -g yarn
- 4. Check yarn version, It will show some number: yarn --version
- 5. If typescript is not installed, then use the following command to install typescript: npm install -g typescript
- 6. To start the backend local server, open your terminal and run this command first: yarn and then: yarn start
- 7. Now to start the frontend local server, open your terminal and run this command first: yarn and then: yarn dev
After complete the basic configuration (admin info, database, AWS credentials), please restart your backend server.
-
Now you need to follow the below instructions
***If you face any kind of installation problem, contact our support***