Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujjalacharya/ride-share
Full stack ride sharing application in Nextjs
https://github.com/ujjalacharya/ride-share
api api-rest database frontend fullstack nextjs typeorm typescript
Last synced: 19 days ago
JSON representation
Full stack ride sharing application in Nextjs
- Host: GitHub
- URL: https://github.com/ujjalacharya/ride-share
- Owner: ujjalacharya
- Created: 2022-12-27T14:49:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T20:41:56.000Z (about 2 years ago)
- Last Synced: 2024-10-06T04:21:36.889Z (3 months ago)
- Topics: api, api-rest, database, frontend, fullstack, nextjs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 4.66 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running the project: dev
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) for frontend
Open [http://localhost:3000/api](http://localhost:3000/api) for API## Demo:
![](./demo/demo.gif)