Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alonlevim/ls-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls-social

Live demo

Demo

Getting Started

Installing

First clone my project.

git clone https://github.com/alonlevim/ls-social.git

Then go to root project:

cd ls-social

Go to server

and add .env file with content and enter your AWS details:

SECRET=some-secret
DB_URL=mongodb://localhost/some-url

ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID>
SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY>
BUCKET_NAME=<YOUR_AWS_BUCKET_NAME>

Then run:

npm install

Then run:

cd ../client && npm install

Great! everything is ready

Run It

Developer mode:

Need to run two Terminals:

Server side:

From root folder run:

cd server && npm run start

Client side:

From root folder run:

cd client && ng serve --open

Production mode:

From root folder run:

cd server && npm run start

You should open http://localhost:8081/ if you are not changed the port.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published