Skip to content

AbdullahZahra/auth-demo

Repository files navigation

Auth Demo

Functions of the Application

  • Adding New Users.
  • Making sure authorized users only have access to certain pages.
  • CRUD Operations.

Tools Used in the Application

I used Node.js with MongoDB on WSL and Docker.

How to Start the Application

After getting the code on your machine you can use the docker Mongo related images or you can use your own database setup.

Installing All Dependencies

npm install

Starting the Docker Containers

  1. You have to have a working docker application installed on your machine.
  2. Go to the compose directory.
  3. Run the docker compose up command.
cd compose
docker compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published