Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication Application - Galdunx Assessment Test

Requirements

For development, you will only need Node.js, a node global package, npm and a text editor.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Node installation on macOS

    You can install nodejs and npm easily with brew install, just run the following commands.

    $ brew install node
    

Clone

$ git clone https://github.com/Emeka-web-dev/user-authentication-application.git
$ cd user-authentication-application

Run app

  • Run npm run dev to start the app in development mode (app runs on PORT 8080 by default).
  • Run npm run build to build the app for production.
  • Run npm start to start the app (app runs on PORT 8080 by default).

Database

  • PostgresSQL database is used for this project.
  • Prisma ORM is used to interact with the database.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages