-
First, you need to install CPPRESTSDK (the library I chose to make the server and the RESTAPI): With vcpkg on Windows PS> vcpkg install cpprestsdk cpprestsdk:x64-windows
With apt-get on Debian/Ubuntu
$ sudo apt-get install libcpprest-devWith dnf on Fedora
$ sudo dnf install cpprest-develWith brew on OSX
$ brew install cpprestsdkAnd then, you can type the command "make" to compile and run ./a.out to run the server, and it should work.
-
Second, to run the client (the web browser):
-
Installing npm (node package manager): For Windows or macOS: - Visit https://nodejs.org/en and download the installer for your operating system. - Run the installer and follow the instructions.
For Linux (ubuntu):
$ sudo apt update$ sudo apt install nodejs npmAnd then run:
$ node -vto make sure that node is successfully installed. -
Get into /web directory:
$ cd web -
Run:
$ npm install$ npm run dev
--> And now, it should work on:
http://localhost:5173/ -
-
Notifications
You must be signed in to change notification settings - Fork 1
ahmedhosssam/dynamo-tree
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
C++ Backend server and API with React front-end client
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published