Skip to content

RikasMRM/caffeine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caffeine Social Media Application

My Image My Image

This application contains 2 main repos, front end and backend in 2 seperate folders names "client" and "server"

Manual Installation

Navigate into client((Frontend)) folder to install dependancies

  cd ./client
  npm install

Navigate into server((Backend)) folder to install dependancies

  cd ../server
  npm install

Manual Running the appllication

Open 2 terminal tabs in the both client and server folder

inside the server((Backend)) folder, run;

npm start

inside the client((Frontend)) folder, run;

npm start

Deployment

Running the application using docker-compose

navigate to the root folder of the application

Run;

docker-compose up

Environment variables

MONGO_URL=''
PORT=
JWT_SECRET=""

data model

My Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages