Skip to content

The Register Service is designed to store and manage information about users.

Notifications You must be signed in to change notification settings

nokokiii/RegisterService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Register Service

The Register Service is designed to store and manage information about users.

Create a virtual environment

python -m venv ./.venv

Activate virtual environment (for Windows)

./.venv/Scripts/activate

Install Requirements

pip install -r ./requirements.txt

Set up Database and .env

Installing SurrealDB on Windows

Here are the docs for Installing SurrealDB on Windows

Starting SurrealDB Database

surreal start --log trace --user username --pass password --bind 0.0.0.0:9000 --auth memory

Create .env file

Create a .env file in the root directory of the project and add the following

USER=username
PASSWORD=password
NAMESPACE=namespace
DATABASE=database

Run the application

Run Flask application

py -m src.app

Testing

Run tests

py -m tests.run_tests

Authors

About

The Register Service is designed to store and manage information about users.

Topics

Resources

Stars

Watchers

Forks

Languages