https://github.com/grootkng/dev_drive
Trying to do a clone of Google Drive
https://github.com/grootkng/dev_drive
nodejs typeorm typescript
Last synced: 3 months ago
JSON representation
Trying to do a clone of Google Drive
- Host: GitHub
- URL: https://github.com/grootkng/dev_drive
- Owner: grootkng
- Created: 2021-03-19T22:41:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T13:23:41.000Z (about 5 years ago)
- Last Synced: 2023-07-24T15:46:07.773Z (about 3 years ago)
- Topics: nodejs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dev Drive
Under construction :construction:
## All technologies :computer:
- Typescript
- Node.js
- TypeORM
- MariaDB
- Docker
## Step-by-Step to run the project :footprints:
### Backend with Node.js
I will assume that you already have Node.js installed.
- Copy the content of the `.env.example` file and create the `.env` file with the copied content
- Install dependencies: `npm install`
- Run the project: `npm run dev`
- Now you can access the API in `localhost:8000`