Skip to content

osu-cs493-sp23/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-A-Place server with Authentication

Note that before you run this server, you'll need to specify your MongoDB database location and credentials as environment variables. For example if you're using a bash shell, you'd do something like this (other shells, e.g. csh, Windows Power Shell, etc., would require you to do something different than export):

export MONGO_HOST=localhost
export MONGO_DB_NAME=bookaplace
export MONGO_AUTH_DB_NAME=bookaplace
export MONGO_USER=bookaplace
export MONGO_PASSWORD=hunter2
npm start

About

API Authentication and Authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published