Boilerplate application which contains basic authentification functionality and a frontend showing how to use the Express API.
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
Gabriel Tanner
This project is licensed under the MIT License - see the LICENSE.md file for details