The Phone Cave: predent available phones.
Project using Expressjs for REST Apis and React/vide for frontend.
- (Fork &) clone this repository
- It will contain 2 important folders
apis
for the REST apiapp
for the frontend application
- Restore dependencies by running
npm i
inapis
andapp
folders - Serve applications:
- apis:
npm run dev
. It should launch a server available onhttp://localhost:3000
- app:
npm run dev
. It should launch a server available onhttp://localhost:5173