An open API service indexing awesome lists of open source software.

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

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`