Skip to content

The app to have all your reading material at single place

Notifications You must be signed in to change notification settings

thinley4/resourcesite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Prerequisite

  • Docker & Docker Compose Installed (not required if you use your own postgres db,but don't forget to change the .env file accordingly)
  • npm & NodeJs

Note: The project fetches pdf from AWS.So just go through the steps below and you are good to go.

Run the commands one by one-

> git clone https://github.com/anisharaz/resourcesite.git

> cd resourcesite [Note: Copy the Modules.zip content to public folder]

> docker compose up -d (skip this if you are using your own DB)

> npm i

> cp .env-example .env

> npm run init

> npm run dev

About

The app to have all your reading material at single place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • Dockerfile 1.9%
  • Other 1.3%