Hello! You are viewing Zodiac Machine: The Next Generation. This project is an expansion of the Zodiac Machine created for Code Louisville's Front-End Development course. Users can find their zodiac sign, get their horoscope, and create their own in case they don't like it!
- Clone the project to your computer
- Install the following to your computer using your console:
- nodejs
- express
- handlebars
- mongoose
- nodemon
- Use the credentials provided in the .env
- Type node src/server.js in your console.
- Access the Machine at http://localhost:3030/
- Select your birth month and birth day. Click the "What's My Sign?" button. Your zodiac sign will appear on the page.
- Click the "What's my Horoscope?" button to generate your horoscope on the page.
- Don't like the featured horoscope? Create, edit, and upload your own!