This is a simple login and sign up web-app exploring the basics of react along with expressJS backend.
The technologies used in this project are:
- ReactTsx
- CSS
- Tailwind CSS
- MongoDB
- ExpressJS
Due to limitations on github hosting and lack of SSL certificates we will have to run this app on a local express server. Here is how you can set it up
- Install
Node JS: (skip this step if you already have it installed)
Install Node JS - Clone or download this repository:
Or
git clone https://github.com/Azaken1248/LOGIN
LOGIN.zip - Extract the zip file on your computer at a known file path and copy that file path
- Open command prompt or terminal and run the following commands:
cd <Extracted Path>/LOGIN cd src/servers npm i express node server.js
(note you may need to give special permissions so run your command prompt in admin mode and terminal in sudo mode and give max permissions)
- After the server is running open the website from the link:
LOGIN APP - You can enter two test usernames with pre-filled data
email: osuplayerazaken@gmail.compass : lol
Note: To run the server on your phone use an android phone with the termux app and execute the server from there