Skip to content

chadchristensen/the-real-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-real-x

All in one app to make you a more productive human being

Getting Started

Prerequisites:

  • Docker
  • Node / npm

Server

  • cd into backend directory and run npm install

  • Rename .env.sample to .env file and replace values. Ensure .env is not tracked in version control.

  • Rename db_password.secret.sample.txt to db_password.secret.txt and add a random string, use openssl rand -base64 16 to generate a random string

  • Run npm run dev. This will start the development server and will perform the initial migration on the database.

  • Seed the db // TODO

Client

// TODO

About

All in one app to make you a more productive human being

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published