NextJS + next-auth + Face Identification
Copyrigth 2023 Ernesto Celis. Licensed under the terms of the Apache 2.0 License.
- Anaconda
- Material UI
- MongoDB optional
- Rancher desktop optional
conda create --name celso --file requirements.yml
Ru in docker
docker run -d -p 27017:27017 mongodb/mongodb-community-server:6.0.5-ubi8
Create and edit .env
file
cp env.sample .env
Setup environment
source bin/setenv.sh
cd faces
conda activate celso
python3 bin/create_db.py
flask --debug run
cd faces
conda activate celso
pytest --no-header -v -rpP
cd faces
conda activate celso
pytest --no-header -ra
cd web
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.