A website dedicated to fleeting and expressive moments of self-sharing.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
-
Clone the repo
git clone https://github.com/your_username_/Project-Name.git
-
Install NPM packages
npm install
-
Create your own
.env
file in the root pathNODE_ENV=development PG_URI=postgres:"POSTGRES LINK" PRIVATE_KEY="JWT PRIVATE KEY"
-
Initialize the sql by running the command in
initialTable
in psql. -
Run command to start the project
npm run dev