- OS:
Linux
- NodeJS:
v12
- NPM:
v6
- YARN:
v22
- Download the code.
- Go to db directory and Build database container.
$cd db
$docker-compose build
$docker-compose up -d
- Go to server directory and run the server.(from project root)
$cd server
$npm install
$npm run start
- Go to client directory and build and run the client. (from project root).
$cd client
$yarn
$yarn build
$yarn start
- Go to
http://localhost:3000/login
As of now you can not create new user. You have to log-in with existing user. log-in with mark_twain
- log in:
/login
- Timeline:
/
- List of users:
/list-of-user
- Profile:
profile
- Other user details:
user-details-page