https://github.com/codewithashim/star-wars-clients
https://github.com/codewithashim/star-wars-clients
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithashim/star-wars-clients
- Owner: codewithashim
- Created: 2023-08-21T19:27:58.000Z (almost 3 years ago)
- Default Branch: master-branch
- Last Pushed: 2023-08-22T01:00:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T22:19:06.952Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://stars-wars.vercel.app/
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Installaction Gideline**
### Stape 01 :
` Clone Git Repository :`
```
git clone https://github.com/codewithashim/Star-Wars-Clients.git
```
### Stape 02 :
` Install Dependancy :`
`cd/client`
```
npm install
```
### Stape 03 :
`Start The Project :`
```
npm run dev
```
# **Project Live Link**
`https://stars-wars.vercel.app/ `
[Live Link](https://stars-wars.vercel.app/ "https://stars-wars.vercel.app/")
# **Project Server Installaction**
`Clone Git Repository :`
```
git clone https://github.com/codewithashim/Star-Wars-Server.git
```
### Install Dependancy
`cd/server`
```
npm install
```
### Start The Server
```
nodemon server
```
# API Live Server Link
` https://star-wars-server.vercel.app/api/v1/`
# API List
| S. No | Base URL | API Endpoint | Method |
| ----- | ----------------------------- | ----------------------------------- | ------ |
| 01 | http://localhost:5000/api/v1/ | characters?page=${page} | GET |
| 02 | http://localhost:5000/api/v1/ | characters/search?q=${searchQuery}` | GET |
| 03 | http://localhost:5000/api/v1/ | characters/:id | GET |
| 04 | http://localhost:5000/api/v1/ | characters/:id/homeworld | GET |
| 05 | http://localhost:5000/api/v1/ | characters/:id/films | GET |
| 06 | http://localhost:5000/api/v1/ | characters/:id/vehicles | GET |
| 07 | http://localhost:5000/api/v1/ | characters/:id/starships | GET |
# Project Structure
# Clients Structure

# **Server Structure**
