Skip to content

Latest commit

 

History

History
 
 

express-auth-boilerplate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Express JWT Authentification

Boilerplate application which contains basic authentification functionality and a frontend showing how to use the Express API.

Getting started

Running the application using Docker:

    docker-compose build
    docker-compose up

Running the application localy without Docker:

    # Starting the backend
    cd backend
    npm install
    node server

    # Starting the frontend
    cd frontend
    npm install
    npm run server # Starts the frontend in developer mode

Author

Gabriel Tanner

License

This project is licensed under the MIT License - see the LICENSE.md file for details