Skip to content

seanmoghadam/this-way-student

Repository files navigation

ThisWay - Project

This is the source-code to ThisWay´s-Website.

Just go into the project folder and enter

npm install

This takes some minutes, because of some node dependencies.

To run the app in development mode, just enter

npm run dev

and for production mode

npm start

The page can by found under localhost:8080

If the port is not free, just change it in the config file under condig.port

General features

  • server-side rendering
  • image-proccessing with optimizations
  • aws cloud uploads
  • reactive frontend

Development Mode features

  • life reload
  • sass compilation

Production Mode features

  • gzip compression
  • uglify
  • minify

Admin User

By default, no user is an admin

To enter the admin-panel, just enter:

at Login Page as credentials

You can find then the Link inside the navigation

GraphQL Endpoint

You can test queries at GraphQL UI, or locally at localhost:8080/graphql

Database

ThisWay uses MongoDB as default Database. It can be found under MLAB

  • Username: SAE
  • Password: Hi123456

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published