Skip to content

DocHaaz/Groupomania

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Groupomania

Front Deployment

To deploy this project go to cd Front and run

  npm run install
  npm run build
  npm run serve

Back Deployment

To deploy this project go to cd Back and run

  npm run install
  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Variables SQL

DATABASE_URL="mysql://mysqlbase:password@localhost:port/databasename" change: mysqlbase password port databasename

Variables Token

TokenSecret = 'SecretToken'

Variables Server

PORT = xxxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published